FUNCTIONS
ASC(expression) - Returns the ANSI character code corresponding to the first letter in a string.
CHR(expression) - Returns the character associated with the specified ANSI character code.
DATE - Returns the date indicating the current system date.
DECV (value) - convert a decimal integer to a string
HEXS (string) - convert "HHHLH" to hex string
HEXV (value) - convert value to hex string
LENGTH (array) - return an integer length of an array
LOWER - Returns a string that has been converted to lowercase.
NOT(expression) - Performs bitwise inversion on an expression
RND(expression) -Returns a random number.
SPLIT(expression,delimiter) - Returns a zero-based, one-dimensional array containing a specified number of substrings.
STRH (hex,len) - convert hexstring to "HHHLL" string
STRV (val,len) - convert value to "HHHLL" string
SUBST(string,start,length) – return the substring of a string
TIME - Returns the time indicating the current system time.
TXTBOX(label,default,OKButton,CancelButton) -Displays a textbox in a dialog box, waits for the user to click a button, and returns the text value in the textbox
UPPER(expression) - Returns a string that has been converted to uppercase.
VALD (value) - convert a decimal string to an integer
VALH (string) - convert hex string to value
VALS (string) - convert "HHHLL" to value