-

Character String

The following character string and wide character string functions are available:

FunctionShort description
CONCATConcatenate two STRING values
CONCAT_WSTRINGConcatenate two WSTRING values
DELETEDelete a number of characters from a STRING value
DELETE_WSTRINGDelete a number of characters from a WSTRING value
FINDFind characters within a STRING value
FIND_WSTRINGFind characters within a WSTRING value
INSERTInsert characters into another string of type STRING
INSERT_WSTRING Insert characters into another string of type WSTRING
LEFTReturn the leftmost characters of a STRING value
LEFT_WSTRINGReturn the leftmost characters of a WSTRING value
LENReturn the length of a STRING or WSTRING value
MIDReturn the middle characters of a STRING value
MID_WSTRINGReturn the middle characters of a WSTRING value
REPLACEReplace characters within a STRING value
REPLACE_WSTRINGReplace characters within a WSTRING value
RIGHTReturn the rightmost characters in a STRING value
RIGHT_WSTRINGReturn the rightmost characters in a WSTRING value