LCASE$
STRING Function
Windows/Unix
A string function that returns a string expression with all letters lower-case.
Syntax
:
LCASE$(string-expression)
A$ = LCASE$("HELLO") '-- returns hello