Inhaltsverzeichnis

UCase

The function Ucase() accepts a string and returns this string in capital letters. Numeric values and special characters are displayed unchanged.

Syntax:

UCase('String')

Sample:

UCase('test')

returns TEST