Purpose |
Reverse the contents of a
|
Syntax |
s$ = STRREVERSE$(MainStr$) |
Remarks |
Reverses the contents of MainStr$ and returns the result. |
See also |
|
Example |
a$ = STRREVERSE$("PowerBASIC") |
Result |
CISABrewoP |