LCase function (LotusScript® Language)

Returns the lowercase representation of a string.

Syntax

LCase[$] ( expr )

Elements

expr

Any numeric or String expression for LCase; and any Variant or String expression for LCase$.

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