home *** CD-ROM | disk | FTP | other *** search
- JUMP - make a certain message be the current message
-
- Usage: JUMP message-number
-
- The JUMP command lets you designate any message in the current sequence
- as current, without reading it. In READ MODE, normally the message you
- just read is the current message.
-
- Examples:
- MM>read 1:10 #reads messages 1 to 10
- ..message 1.. #message 1 appears on screen
- Read> #1 is current. RETURN means read the next message, 2
- ..message 2.. #message 2 appears on screen
- Read>jump 6 #now 6 becomes current
- Read> #now RETURN, read the next message, means read 7
- Since RETURN means "read the next message", "jump 6" and RETURN results
- in reading 7. After the JUMP command, you can use TYPE to see the
- current message.
-
- For more help type "help" and one of these topics:
- next type other
-