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