9.103
UPCASE - Converts a string to uppercase
Argument(s)
from 0 to 1, String
Result type
String
Aliases
UPPER
See also
LOCASE LOWER
Category
String handling
Example:
C:> ASET -p X := UPCASE('AbCdE') X=ABCDE