Converts all the characters in a string to uppercase.
Upper ( string )
Argument |
Description |
---|---|
string |
The string you want to convert to uppercase letters |
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.
This statement returns BABE RUTH
:
Upper("Babe Ruth")
Upper method for DataWindows in the DataWindow Reference or online Help