|
| Syntax
result = MakeReverse (String) |
|
| Description:
Returns a reversed string created from the
String. |
|
| Arguments:
String - String to convert. |
|
| Examples:
String = "Hello World"
Reversed = MakeReverse(String)
Reversed contains "dlroW olleH" now |
|
| MakeReverse function is included
in the lcbase.dll |