LCase - convert a string to lower case

Return to Introduction  Previous page  Next page

$return = LCase(string)

Where:

 

$returnreceives the lower case string.
stringa 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:

 

Script Command Summary

Script Variables

Using the Scripting Language

UCase


TN3270 Plus is continually being improved. To learn more about the latest enhancements, please review our Version History web page.