FORMULA LANGUAGE
Converts the lowercase letters in the specified string to uppercase.
Syntax
@UpperCase( string )
Parameters
string
uppercaseString
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 will appear in lowercase, uppercase, or a combination of the two. You can also use it as an input translation formula to convert a field's contents to uppercase.
Language cross-reference
UCase function of LotusScript language
StrConv function of LotusScript language
Example See Also