Syntax: @UPPER(S)
S = a string value
@UPPER returns the string S converted to uppercase characters.
Examples:
@UPPER(``New York'') = ``NEW YORK''
@UPPER(H7) = ``POPULAR VOTE'', where H7 = ``popular vote''