ReverseString()
Syntax
Result$ = ReverseString(String$)Description
Reverse all the characters in the 'String$'. The last characters becomes the first characters, and vice-versa.Example:
Debug ReverseString("Hello") ; Will display "olleH"
Supported OS
All