upper PowerHome formula function
Description
Converts all characters in a string to uppercase letters.
Syntax
upper ( string )
Argument |
Description |
string
|
The string you want to convert to uppercase letters
|
Return value
String. Returns string with lowercase letters changed to uppercase if it succeeds and the empty string ("") if an error occurs.