FORMULA LANGUAGE


@UpperCase
Example

Converts the lowercase letters in the specified string to uppercase.

Syntax

@UpperCase( string )

Parameters

string


Return value

uppercaseString


Usage

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