![]() ![]() |
Reference Type: Supported, Category: String Functions, ICR#: 10104
The $$INVERT^XLFSTR extrinsic function returns an inverted string. It inverts the order of the characters in a string.
$$INVERT^XLFSTR(x)
x: |
(required) Character string. |
returns: |
Returns the inverted string. |
>S X=$$INVERT^XLFSTR("ABC") >W X CBA |