LOTUSSCRIPT LANGUAGE
Returns the lowercase representation of a string.
Syntax
LCase[$] ( expr )
Elements
expr
LCase returns a Variant of DataType 8 (a String), and LCase$ returns a String.
Usage
LCase ignores non-alphabetic characters.
LCase(NULL) returns NULL. LCase$(NULL) returns an error.
Example See Also