UpperCase (Convert to Uppercase)

The UpperCase instruction is used to convert a string to all uppercase characters.

Syntax

String = UpperCase ( SourceString )

NOTE: String functions are case sensitive. Uppercase or lowercase can be used to convert to all one case prior to processing the string if desired.