String Handling Built-In Functions
Built-In Function |
Description |
Concatenate strings with a blank character. |
|
Converts source field from binary to alphanumeric. |
|
CENTRE an argument string into a return string. |
|
Check and convert an alpha string to numeric form. |
|
Check a string only contains allowable values. |
|
Concatenate strings in full (no truncation). |
|
Converts a text string from one encoding to another. |
|
Decrypts a string. |
|
Encrypts a string. |
|
Fill a field with occurrences of a string. |
|
Returns a character string which is built from an input Format Pattern. |
|
Get keywords and values from an ESF string. |
|
Converts source field from alphanumeric to binary. |
|
Left align argument into return string. |
|
Convert a number to a string. |
|
Reverse a text string. |
|
Right align argument into return string. |
|
Scan a string for first occurrence of a pattern. |
|
Concatenate strings with trailing blanks truncated. |
|
Convert a string to uppercase characters. |