Description
Converts all characters in a string to uppercase letters.
Syntax
Upper ( string )
Return value
String. Returns string with lowercase letters changed to uppercase if it succeeds and the empty string ("") if an error occurs.
Examples
This expression returns BABE RUTH:
Upper("Babe Ruth")
See also
Upper in the section called “Upper” in PowerScript Reference