![]() |
|
UPPER(S) |
|
|
Description This function returns the string S converted to uppercase characters.
Parameters
S A string value.
Examples
UPPER("New York") = "NEW YORK".
UPPER(H7) = "POPULAR VOTE" Where H7 = "popular vote".
|