Upper - script and chart function
Upper() converts all the characters in the input string to upper case for all text characters in the expression. Numbers and symbols are ignored.
Syntax:
Upper(text)
Return data type: string
Upper(' abcD')
|
Returns 'ABCD' |