Previous Topic: KEY Function--Look Up Key

Next Topic: LEFT Function--Return Part of a String

LCASE Function--Convert to Lowercase

The LCASE function converts any uppercase letters in the specified string to lowercase.

Syntax

The LCASE function has the following format:

LCASE(specified_string)

Parameters

The LCASE function accepts the following parameter:

specified_string (string)

Return Value

The LCASE function returns a string.

Example

Return_value=LCASE('BARRED OWL')
Return_value='barred owl'

More information:

PCASE Function--Convert a String to Proper Case

UCASE Function--Convert to Upper Case


Copyright © 2010 CA. All rights reserved. Email CA about this topic