![]() | Download Help (Windows Only) |
Owning Class: string
Requires: MathScript RT Module
c = uppercase(a)
Legacy Name: upper
Replaces all characters in a string with uppercase letters.
Name | Description |
---|---|
a | Specifies a string. |
Name | Description |
---|---|
c | Returns a in uppercase letters. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Not characterized |
A = 'abcdABCD'
C = uppercase(A)
Helpful
Not Helpful