REWIND

REWIND erases the last line printed by the PRINT command, up to the previous end of line. This allows printing a counter or other data over an existing line in the text output file.

Syntax:

REWIND 
 

Example:

PRINT "First line" 
REWIND
PRINT "New First line"
 

Related Keywords:

PRINT

Next: