iDATEDIFF
| Returns the number of days between two dates
|
iTIMEDIFF
| Returns an amount of time betweeen two times
|
iABS
| Gets the absolute value of a specified value
|
iBIT
| Performs bitwise operations
|
iASC
| Gives the ASCII code for the specified ASCII character
|
iCHR
| Gives the ASCII character for the specified ASCII code
|
iISALPHA
| Returns TRUE if the text is alphanumeric
|
iISDEF
| Returns TRUE if the specified variable is defined
|
iISDIGIT
| Returns TRUE if the text is numeric
|
iPRINTF
| Like C printf functions to display text in a particular format
|
iTIMESLOT
| Performs the specified action if current time is within the specified time
|
iCEIL
| Rounds a number up
|
iFLOOR
| Rounds a number down
|
iMATH
| Performs more complicated Mathematical operations (see iEVAL)
|
iCRDATE
| Creates a valid date string when given month, day and year
|
iCRTIME
| Creates a valid time string
|
iEVAL
| More powerful than iMATH, use English notation for a math statement
|
iSET
| More powerful than iEQ, allows use of multiple assignments
|
iDATE
| Displays the current date or specified date in any format required
|
iTIME
| Displays the current time in specified format
|
iMATH
| Do basic mathematical functions and calculations (see iEVAL)
|
iREPLACE
| Replace certain text in a string with other text
|
iRNDNUM
| Generates a random number between limits specified
|
iEQ
| Create and assign a value to a variable, also for cookies (see iSET)
|
iSTRCAT
| Concatenate two strings
|
iSTRIN
| Find the position in a string of a substring
|
iSTRJUST
| Justify specified text to left, right or center
|
iSTRKEEP
| Keeps or omits certain characters within a string
|
iSTRCMP
| Compares two strings, case sensitive
|
iSTRICMP
| Compares two strings, case insensitive
|
iSTRLEFT
| Get the left specified number of characters
|
iSTRLEN
| Get the length of a string
|
iSTRLPAD
| Pad a string to the left with a specified character
|
iSTRLWR
| Change the string to lower case
|
iSTRNCMP
| Compares two strings for N characters, case sensitive
|
iSTRNICMP
| Compares two strings for N characters, case insensitive
|
iSTRREV
| Reverses a string
|
iSTRRIGHT
| Get the right specified number of characters
|
iSTRRPAD
| Pads string to the right with a specified character
|
iSTRSPAN
| Like Basic mid$, returns text from a specified position in a string
|
iSTRTRIM
| Trim a string from the left or right of spaces
|
iSTRUPR
| Change the string to upper case
|