StrUpper

Converts a string to all uppercase characters.

Function Group Execution Windows Embedded Thin Client
StrUpper String Synchronous Supported Supported Supported

Syntax

StrUpper( strSource )
strSource
The string.

Returned value

Returns the string with all characters are in uppercase.

Examples

Tag Name Expression
Tag StrUpper( "Studio version 7.0" ) // Returned value = "STUDIO VERSION 6.1"
Tag StrUpper( "Technical Reference" ) // Returned value = "TECHNICAL REFERENCE"