[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function: Reverse()
Reverse() will reverse the string completely. As an addition
to the already extended set of string functions of Clipper,
I didn't want to leave this one out.
Reverse() is written in Assembly.
Syntax: Reverse(<cStr>) --> cReversedStr
Arguments: <cStr> is the string to reverse. Memos and strings
up to any length will be converted.
Returns: The string, properly reversed.
Usage: ? Reverse('Pepijn') /* returns njipeP */
? Reverse(Reverse('Smits')) /* returns Smits */
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson