Hilfe & Dokumentation
The function Ucase() accepts a string and returns this string in capital letters. Numeric values and special characters are displayed unchanged.
UCase('String')
UCase('test')
returns TEST