| GoTo | - | CHAR - Returns the character with the corresponding ANSI number. |
| GoTo | - | CLEAN - Returns the text string with all the non-printable characters removed. |
| GoTo | - | CODE - Returns the ANSI number for the first character in a text string. |
| GoTo | - | CONCATENATE - Returns the text string that is a concatenation of several strings. |
| GoTo | - | DOLLAR - Returns the text string of a number with the dollar formatting $0,000.00. |
| GoTo | - | EXACT - Returns the boolean value based on whether two strings match exactly. |
| GoTo | - | FIND - Returns the position of a substring within a larger text string. |
| GoTo | - | FIXED - Returns the text string of a number rounded to a fixed number of decimal places. |
| GoTo | - | LEFT - Returns the first or left most character (or characters) in a text string. |
| GoTo | - | LEN - Returns the number of characters in a text string. |
| GoTo | - | LOWER - Returns the text string with all the characters converted to lower case. |
| GoTo | - | MID - Returns the text string which is a substring of a given string. |
| GoTo | - | PROPER - Returns the text string with the first letter of every word as a capital letter. |
| GoTo | - | REPLACE - Returns the text string with a number of characters replaced. |
| GoTo | - | REPT - Returns the text string with a smaller text string repeated a number of times. |
| GoTo | - | RIGHT - Returns the last or right most character (or characters) in a text string. |
| GoTo | - | SEARCH - Returns the position of a substring within a larger text string. |
| GoTo | - | SUBSTITUTE - Returns the text string with a substring substituted for another substring. |
| GoTo | - | T - Returns the text string of the value given. |
| GoTo | - | TEXT - Returns the text string of a number in a particular format. |
| GoTo | - | TRIM - Returns the text string with all spaces removed from the beginning and end. |
| GoTo | - | UPPER - Returns the text string with all the characters converted to upper case. |
| GoTo | - | VALUE - Returns the number that a text string represents. |