LCASE()

From Lianjapedia
Revision as of 05:03, 26 July 2016 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

Function to convert characters to lower case

Syntax

LCASE(<expC> | <memofield>)

See Also

ISLOWER(), ISUPPER(), LOWER(), MID(), PROPER(), SET EXACT, SET STRCOMPARE, SET STRESCAPE, STRTOLOWER(), STRTOUPPER(), STRTRAN(), SUBSTR(), TRANSFORM(), UCASE(), UPPER()

Description

The LCASE() function converts the characters in the character expression <expC> or memo <memofield> to lower case.

Synonym of LOWER().

Example

? lcase("Lianja")
lianja