mark2
Records the secondary file position.
Syntax
set mark2
Comments
The position within the data file is noted so that it can be returned to via a rewind2 command.
Example
set mark2 // position B
find "Name:" // skip ahead
read longname // read something
rewind2 // go back to position B