Liberty BASIC Help Online |
UPPER$( s$ )
UPPER$(s$)
Description:
This function returns a copy of the contents of the string, string variable, or string expression s$, but with all letters converted to uppercase.
Usage:
print upper$( "The Taj Mahal" )
Produces:
THE TAJ MAHAL
Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/