UCase
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2024 R2
- PI Server
Convert a string to an uppercase string.
Syntax
UCase(s1)
Arguments
-
s1
String in double quotes
Returns
s1 in uppercase
Exceptions
If the argument is not a string, returns an error value.
Example
-
UCase("String")
[Returns "STRING"]