Reverse a string
Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Unicode String | Resulting string |
Reverse returns the string reversed end to end.
In this example, if #String contained "ABCDE" the result would be "EDCBA"
#Com_owner.Caption := #String.Reverse
Febuary 18 V14SP2