Reverses an Alpha string or the result of an Alpha expression to its mirror image.
Syntax:
Flip(string)
Parameters:
string: An Alpha string or Alpha string expression.
Returns:
An Alpha string
Example:
Flip('Good') returns 'dooG'
See also:
The Online and Rich Client Samples projects (program ST12 and RST12)