upper

Syntax: %upper(s)

return the string s in uppercase

Examples:

#SHOW %upper("this IS a test.")

displays:

THIS IS A TEST.


Contents trimright viewrec