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

  1. True BASIC           COPY
  2.  
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.                    │    F5        │ to copy marked lines to right after
  7.                    │              │ the cursor position
  8.                    │              │
  9.   COPY block       │              │ to copy marked lines to right after block
  10.                    │              │
  11. COPY block1,block2 │              │ to copy block1 to right after block2
  12.                    │              │
  13. ───────────────────┴──────────────┴──────────────────────────────────────────
  14.  
  15. The COPY key is F5.  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 F5.  The lines will be copied.
  18.  
  19. The COPY command also copies marked text.  With the COPY command, you
  20. can indicate which lines to move right in the command.
  21.  
  22.  
  23. See also:  HELP MARK    marking lines
  24.            HELP MOVE    moving lines
  25.