Description
Converts all the characters in a string to lowercase.
Syntax
Lower ( string )
Return value
String.
Returns string with uppercase letters changed to lowercase if it succeeds and the empty string ("") if an error occurs. If string is null, Lower returns null.
Examples
This statement returns babe ruth:
Lower("Babe Ruth")
See also
Lower method for DataWindows in the section called “Lower” in DataWindow Reference.