UPPER function
From Apache OpenOffice Wiki
< Documentation | How Tos
UPPER
Converts a text string to uppercase.
Syntax:
UPPER(text)
- returns text with all characters converted to upper case.
Example:
UPPER("Good Morning")
- returns GOOD MORNING
See Also