UCase()

Syntax

Result$ = UCase(String$)
Description
Returns the original string converted into upper case characters (if possible). This function also supports accent letters, so if a lower 'é' is found, it will be transformed into 'É'.

Example:


  Debug UCase("This is Art") ; Will display "THIS IS ART"

Supported OS

All

<- Trim() - String Index - Val() ->