Upper

Function

Upper(text)

text

Upper is included by default in each file as part of the Text library.

 

See also:


Use

The Upper() function returns a text value in all capital letters.

Examples
  • Upper("ABCdefg")  = "ABCDEFG"
  • Upper("Do you wish me a good morning?")  = "DO YOU WISH ME A GOOD MORNING?"