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