Unicode Intrinsic Functions - Reverse Method

Reverse a string

Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

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

See also

All Component Classes

Technical Reference

LANSA Version 15, April 2020