home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / LOCATE.TRU < prev    next >
Encoding:
Text File  |  1985-01-07  |  1.0 KB  |  23 lines

  1. True BASIC           LOCATE 
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.  LOCATE text       │              │ to display in the history window all
  7.                    │              │ lines containing the specified text
  8.                    │              │
  9. ───────────────────┴──────────────┴──────────────────────────────────────────
  10.  
  11. The LOCATE command finds all lines containing some text in your file,
  12. and prints them in the history window.  As with the CHANGE command,
  13. only exact matches work, that is, `LOCATE the' will not locate words
  14. such as `then' or `they'.  You may surround the text with double quotes
  15. to match parts of words. The LOCATE command is case-sensitive only when
  16. you use quotes.
  17.  
  18. To move within your current file to a bit of text, use the FIND
  19. (F3) key instead.
  20.  
  21. See also:    HELP FIND     finding the next occurrence of specified text
  22.              HELP CHANGE   changing all occurrences of specified text
  23.