Liberty BASIC Help Online |
LOWER$( s$ )
LOWER$(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 lowercase.
Usage:
print lower$( "The Taj Mahal" )
Produces:
the taj mahal
Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/