LCASE

ls = LCASE (s)

Converts the string s to a lower case string ls.

See UCASE for converting a string to upper case.

Example

s = "ABC"
print lcase(s)      ' Output: abc