home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / MOVE.TRU < prev    next >
Encoding:
Text File  |  1984-12-19  |  1.0 KB  |  24 lines

  1. True BASIC              MOVE
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.                    │    F6        │ to move marked lines to right after
  7.                    │              │ the cursor position
  8.                    │              │
  9. MOVE block         │              │ to move marked lines to right after block
  10.                    │              │
  11. MOVE block1,block2 │              │ to move block1 to after block2
  12.                    │              │
  13. ───────────────────┴──────────────┴──────────────────────────────────────────
  14.  
  15. The MOVE key is F6.  You must have already marked a section of text.
  16. Simply place the cursor one line before where you want to put the marked
  17. text and press F6.  The lines will be moved.
  18.  
  19. The MOVE command also moves marked text.  With the MOVE command, you
  20. can indicate which lines to move right in the command.
  21.  
  22. See also:    HELP MARK    marking lines
  23.              HELP COPY    copying lines
  24.