LCASE
ls = LCASE (s)
Converts the string s
to a lower case string
ls
.
See UCASE for converting a string to upper case.
Example
"ABC"
s = print lcase(s) ' Output: abc
Code samples using LCASE
ls = LCASE (s)
Converts the string s
to a lower case string
ls
.
See UCASE for converting a string to upper case.
"ABC"
s = print lcase(s) ' Output: abc