Purpose
Reverse the contents of a string expression.
Syntax
s$ = STRREVERSE$(Main$)
Remarks
Reverses the contents of Main$ and returns the result.
See also
STRDELETE$, STRINSERT$
Example
a$ = STRREVERSE$("PowerBASIC")
Result
CISABrewoP