FORMULA LANGUAGE
Converts the uppercase letters in the specified string to lowercase.
Syntax
@LowerCase( string )
Parameters
string
lowerCaseString
If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.
This function is useful when you want to search for a particular value and cannot predict whether it appears in lowercase or uppercase letters, or a combination of the two. You can also use it as an input translation formula to convert the contents of a field to lowercase.
Language cross-reference
StrConv function of LotusScript language
LCase function of LotusScript language
Example See Also