$return = len(string)
Where:
$return | the length of the string. |
string | the input string of characters. |
string may be a variable.
The Len command returns the length of a string.
Examples
$return = len("abcefgh")
$return = len($name)
See Also:
TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.