Overview | Statement List | Example
LENF('string')
Returns the number of characters in a string. A string may be declared as containing a maximum of 132 characters, but the actual number of characters in the string may be less than 132. Leading and trailing as well as imbedded blanks are counted.
Parameter |
Description |
'string' |
The literal string or string variable name of a string whose length in characters is returned. |