Converts a string to all uppercase characters.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
StrUpper | String | Synchronous | Supported | Supported | Supported |
StrUpper( strSource )
Returns the string with all characters are in uppercase.
Tag Name | Expression |
---|---|
Tag | StrUpper( "Studio version 7.0" ) // Returned value = "STUDIO VERSION 6.1" |
Tag | StrUpper( "Technical Reference" ) // Returned value = "TECHNICAL REFERENCE" |