Skip to content

Uppercase

Type Function: STRING

Input STR STRING (String input)
Output STRING (STRING in uppercase)
The function UPPERCASE converts all letters of STR in uppercase. During conversion, the Global Setup EXTENDED_ASCII constant is considered. If EXTENDED_ASCII = TRUE, all characters of the extended ASCII character set to be considered in accordance with ISO 8859-1. Umlauts like Ä, Ö, Ü are considered only if the global constant EXTENDED_ASCII = TRUE. A detailed description of the code change is found in the function TO_UPPER.

uppercase

Example:

UPPERCASE('find BX12') = FIND BX12