LOTUSSCRIPT LANGUAGE


LCase function
Example

Returns the lowercase representation of a string.

Syntax

LCase[$] ( expr )

Elements

expr


Return value

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