To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
REV$ - Reverses the sequence of characters in a string.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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$