$return = LCase(string)
Where:
$return | receives the lower case string. |
string | a string of characters. |
string may be a variable.
The LCase command converts the upper case characters in the string to lower case characters. Lower case characters and numeric characters are not changed.
Examples
$return = lcase("This Is A Test")
$return = lcase($text)
See Also:
TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.