Calculation Formulas
Back to Calculation Formulas Overview
Back to Functions Overview
Function "ToUpper"
ToUpper(arg)
Function: Returns the given text argument (or set of texts) with all letters converted to UPPERCASE letters.
Return-Type: Text or Text Set
Arguments:
arg - Type Text or Text Set: If a single text is given, then this text
is converted to uppercase and the result is returned. If a set of texts is given, then all texts in the set will be
converted to uppercase and a set with these converted texts is returned.
Examples:
ToUpper("convert all lowercase to uppercase")