REVERSE$

This command will reverse the contents of the specified string.

  Syntax
REVERSE$ string
  Parameters
string
String
The string to reverse

  Returns

This command does not return a value.

  Example Code
a$="dark basic pro by lee bamber"
print a$
reverse$ a$
print a$
do
loop
  See also

TEXT Commands Menu
Index