Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    VBA – Date Function

    • Post author:K Z
    • Post published:October 21, 2021
    • Post category:VBA
    • Post comments:0 Comments

    The Function returns the current system date. Syntax date() Example Add a button and add the following function. Private Sub Constant_demo_Click() Dim a as Variant a = date() msgbox "The…

    Continue ReadingVBA – Date Function

    Clojure – Loops

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Clojure
    • Post comments:1 Comment

    In this guide, we will discuss Clojure Loops. So far we have seen statements which are executed one after the other in a sequential manner. Additionally, statements are provided in…

    Continue ReadingClojure – Loops

    VBA – Date-Time Function

    • Post author:K Z
    • Post published:October 21, 2021
    • Post category:VBA
    • Post comments:2 Comments

    VBScript Date and Time Functions help the developers to convert date and time from one format to another or to express the date or time value in the format that…

    Continue ReadingVBA – Date-Time Function

    VBA – String Reverse Function

    • Post author:K Z
    • Post published:October 21, 2021
    • Post category:VBA
    • Post comments:0 Comments

    The StrReverse function reverses the specified string. Syntax StrReverse(string) Example Add a button and add the following function. Private Sub Constant_demo_Click() msgbox("Line 1 : " & StrReverse("VBSCRIPT")) msgbox("Line 2 :…

    Continue ReadingVBA – String Reverse Function

    Clojure – Bitwise Operators

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure Bitwise Operators. Groovy provides four bitwise operators. Following are the bitwise operators available in Groovy. Sr.No.Operator & Description1bit-andThis is the bitwise “and” operator2bit-orThis…

    Continue ReadingClojure – Bitwise Operators

    VBA – String Function

    • Post author:K Z
    • Post published:October 21, 2021
    • Post category:VBA
    • Post comments:0 Comments

    The String function fills a string with the specified character for a specified number of times. Syntax String(number,character) Parameter Description Number − A required parameter. An integer value, which would be…

    Continue ReadingVBA – String Function

    Clojure – Logical Operators

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure Logical Operators. Logical operators are used to evaluate Boolean expressions. Following are the logical operators available in Groovy. OperatorDescriptionExampleandThis is the logical “and”…

    Continue ReadingClojure – Logical Operators

    Clojure – Relational Operators

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Clojure
    • Post comments:2 Comments

    In this guide, we will discuss Clojure Relational Operators. Relational operators allow comparison of objects. Following are the relational operators available in Clojure. OperatorDescriptionExample=Tests the equality between two objects(= 2…

    Continue ReadingClojure – Relational Operators

    VBA – strComp

    • Post author:K Z
    • Post published:October 21, 2021
    • Post category:VBA
    • Post comments:1 Comment

    The StrComp function returns an integer value after comparing the two given strings. It can return any of the three values -1, 0, or 1 based on the input strings…

    Continue ReadingVBA – strComp

    Clojure – Arithmetic Operators

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Clojure
    • Post comments:1 Comment

    In this guide, we will discuss Clojure Arithmetic Operators. Clojure language supports the normal Arithmetic operators as any language. Following are the Arithmetic operators available in Clojure. OperatorDescriptionExample+Addition of two…

    Continue ReadingClojure – Arithmetic Operators
    • Go to the previous page
    • 1
    • …
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP