| 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
|