| ATF |
Locate any of a set of characters in a string. |
| CHR2CTRL |
Convert special ASCII character combinations into representations of control characters. |
| CHR2SPEC |
Convert character variables into another format. |
| CHR2SUB |
Convert multiple characters to a substituted value |
| CH_FILT |
Filters a range of characters from a string. |
| CH_FILTX |
Filter all except a range of characters from a string. |
| CTOCNUMB |
Filters all non-numeric characters from a character string. |
| CTRL2CHR |
Convert control characters into special ASCII character combinations. |
| CTRL2NUL |
Convert control characters to NULL. |
| DECRYPTN |
Decrypt and restore bytes of numeric data. |
| ENCRYPTN |
Encrypt and reduce bytes of numeric data. |
| EVEN_ODD |
Determines if a number is even or odd. |
| F_PARSE |
Process tokens and separators from a text file. |
| FILENAME |
Finds drive, path, root name, and extension. |
| FILEROOT |
Finds root name. |
| FROMLIST |
Select an item from a parameter list. |
| IS_MASK |
Validates text against a mask. |
| MERGLINE |
Merge multiple lines into a single string, each line separated by a single space. |
| PARSE |
Process tokens and separators from a string. |
| PARSENAM |
Parse a name into its component parts. |
| PRO_ARAY |
Convert a string into an array, dividing each element at a defined separator. |
| SOUND_EX |
Create an extended SOUNDEX style character string. |
| SPCREDOX |
Eliminate multiple spaces, replacing with single space. |
| STRIPEOL |
Strip carriage control and line feed characters. |
| STRTRNL |
Replace leading characters with another character. |
| STRTRNLC |
Replace leading characters with another character, case insensitive. |
| STRTRNR |
Replace trailing characters with another character. |
| STRTRNRC |
Replace trailing characters with another character - case insensitive. |
| STR_DOLL |
Convert number to long dollars and cents string. |
| STR_NUMB |
Convert number to long text string. |
| TXT_C |
Center text - works with proportional fonts. |
| TXT_L |
Left justify proportional text (pad right with approximate spaces). |
| TXT_R |
Right justify text - works with proportional fonts. |
| VOCABULA |
Table driven text translator. |
| X2NULL |
Return a typed null value. |
| XLATE2C |
Convert any variable to a character type. |
| XLATE2CS |
Convert variable to a string with typed delimiters. |
| XLATE2CX |
Convert a character string to a string with typed delimiters. |