User Tools

Site Tools


lower_return_lower_case_.htm
Navigation:  Language Reference > 13 - Built-in Functions >====== LOWER (return lower case) ====== Previous pageReturn to chapter overviewNext page

LOWER(string)

blk2blue.jpg

LOWER Converts a string to all lower case.
string A string constant, variable, or expression for the string to be converted.

The LOWER procedure returns a string with all letters converted to lower case.

Return Data Type: STRING

Example:

!LOWER('ABC') returns 'abc'

Name = SUB(Name,1,1) & LOWER(SUB(Name,2,19))

!Make the rest of the name lower case

See Also:

UPPER

ISUPPER

ISLOWER

lower_return_lower_case_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1