Description
Converts all the characters in a string to uppercase.
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. If string is null, Upper returns null.
Examples
This statement returns BABE RUTH:
Upper("Babe Ruth")
See also
Upper method for DataWindows in the section called “Upper” in DataWindow Reference.