![]() ![]() |
Reference Type: Supported, Category: String Functions, ICR#: 10104
The $$UP^XLFSTR extrinsic function returns an input string converted to all uppercase.
$$UP^XLFSTR(x)
x: |
(required) Character string. |
returns: |
Returns the string converted to all uppercase. |
>S X=$$UP^XLFSTR("freedom") >W X FREEDOM |