|
This function determines the number of
characters in a string or the number of bytes required to store a
variable.
LEN(String)
PARAMETERS
String
The string from which to return the length
of
Example: Store
the length of the value contained in TEXT1 into a memory variable named
LENGTH.
SETMEM(LENGTH//LEN(~text1~)) MESSAGE(<!LENGTH!>//”Length”) |