-
8 pages in this category
-
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 - 20,395 views
-
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 - 567 views
-
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 - 505 views
-
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 - 364 views
-
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 - 313 views
-
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 - 354 views
-
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 - 465 views
-
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 - 388 views
-