|
|||||||||||
|
Technical Support On-Line Manuals A251 User's Guide |
A251 User's GuideSUBSTR FunctionThe SUBSTR MPL function returns a substring of the specified text argument. The SUBSTR function takes three arguments: a character string to be divided, and two numeric arguments. The syntax for the SUBSTR function is: %SUBSTR (balanced-text,expression1,expression2) Where
Source Text %DEFINE (STRING) (abcdefgh) %SUBSTR (%string, 1, 2) %SUBSTR (%(1,2,3,4,5), 3, 20) Output Text ab 2,3,4,5 | ||||||||||
|
|||||||||||