REV$
Reverses the sequence of characters in a string.
REV$( string-expression )
Usage:
Backward$=REV$(Forward$)
Print REV$("radaR")
Example:
REV$.BAS
Description:
A string that contains the reverse sequence of characters of its argument is returned. This can help when searching for the last occurrence of a string.
See Also:
CHR$
,
LWC$
,
NUM
,
RPT$
,
POS
,
TRIM$
,
UPC$
,
VAL
,
VAL$