Show TOC

toUpper FunctionLocate this document in the navigation structure

Use

Purpose

Returns an uppercase copy of a string.

Syntax

          
string toUpper (in string theString)
            

Parameters

theString

Expression evaluating to a string.

Description

This function is identical to the strUpr function.

Return Value

Returns an uppercase copy of the string passed as theString.

Example
        
`if (toUpper(~language) == "EN")` English Version: `end`