UPPERCASE

Syntax

UPPERCASE txt_var

Description

Converts a string variable to uppercase.

Parameters

Parameter Description

txt_var

Specifies a text variable to be converted to uppercase.

Example

The following example shows the UPPERCASE command:

input  $state  'Enter state abbreviation'
uppercase  $state     ! Force uppercase.

See The upper function in the Miscellaneous Functions table under the LET command.