String |
Scroll |
Function |
Description |
---|---|
Converts a character string value into its decimal equivalent |
|
Converts a binary value to its hexadecimal equivalent in character format |
|
Convert a the binary representation of a string into a charcter string |
|
Converts a character data string into a hexadecimal format |
|
Removes characters from a data string that are not specified in a second inclusion character string |
|
Capitalizes the first letter of each word in a string of characters |
|
Returns the leftmost portion of the data string as specified by a length parameter |
|
Returns the length of a character text string |
|
Sets all of the characters in a text string to lower case |
|
Removes specified characters from the left of a data string |
|
Extract a substring from a source data string based on starting position and length |
|
Trims specified characters throughout a character string |
|
PRINTF |
Print a formatted string into a string |
Returns the rightmost portion of a data string as specified by a length parameter |
|
Removes specified characters from the right of a data string |
|
Returns the starting position of a search string within a source data string |
|
Sets a field or variable to a constant literal value(s) |
|
Translates (replace) a specific character in a data string with another character |
|
Removes specified characters from the left and right of a data string |
|
Sets all the characters in a text string to upper case |
|
Returns a specified word from a source data string, based on its position with the string |
|
Returns the number of words in a source data string |
|
Converts a hexadecimal value to its binary value equivalent |
|
Converts a data string in hexadecimal format into a character data string |