Description
Returns a string value converted to uppercase.
Syntax
UpperCase(String: String): String
String is the string value on which to perform the function.
Example
UpperCase(smaller)
The return value is SMALLER.