ucase
ACTION: returns uppercase of string
USE: string=ucase(string)
EXAMPLE:
s=ucase "abcdef"

RESULT:
s="ABCDEF"

RELATED: lcase ltrim rtrim asc