Jump to content
  • References

    References


    8 pages in this category

    1. Array Functions

      Function Description Array Returns a variant containing an array Filter Returns a zero-based array that contains a subset of a string array based on a filter criteria IsArray Returns a Boolean value that indicates whether a specified variable is an array Join Returns a string that consists of a number of substrings in an array LBound Returns the smallest subscript for th
      • 19,664 views
    2. Conversion Functions

      Function Description Asc Converts the first letter in a string to ANSI code CBool Converts an expression to a variant of subtype Boolean CByte Converts an expression to a variant of subtype Byte CCur Converts an expression to a variant of subtype Currency CDate Converts a valid date and time expression to the variant of subtype Date CDbl Converts a
      • 473 views
    3. Date/Time Functions

      Function Description CDate Converts a valid date and time expression to the variant of subtype Date Date Returns the current system date Please see the note below and refer also to CurDate() DateAdd Returns a date to which a specified time interval has been added DateDiff Returns the number of intervals between two dates DatePart Returns the
      • 403 views
    4. Format Functions

      Function Description FormatCurrency Returns an expression formatted as a currency value FormatDateTime Returns an expression formatted as a date or time FormatNumber Returns an expression formatted as a number FormatPercent Returns an expression formatted as a percentage    
      • 289 views
    5. Math Functions

      Function Description Abs Returns the absolute value of a specified number Atn Returns the arctangent of a specified number Cos Returns the cosine of a specified number (angle) Exp Returns e raised to a power Hex Returns the hexadecimal value of a specified number Int Returns the integer part of a specified number Fix Returns
      • 269 views
    6. Objects

      From the w3school.com web page is also a complete reference for the following two objects available:   FileSystem Object - file and folder handling TextStream Object - read and write text files  
      • 313 views
    7. Other Functions

      Function Description CreateObject Creates an object of a specified type Within call routing scripts you might also want to use PBXScript.CreateObject Eval Evaluates an expression and returns the result IsEmpty Returns a Boolean value that indicates whether a specified variable has been initialized or not IsNull Returns a Boolean value that indicates whether a speci
      • 417 views
    8. String Functions

      Function Description InStr Returns the position of the first occurrence of one string within another. The search begins at the first character of the string InStrRev Returns the position of the first occurrence of one string within another. The search begins at the last character of the string LCase Converts a specified string to lowercase Left Returns a specified number of characters from the
      • 319 views
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.