home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l076 / 1.ddi / FIND.TRU < prev    next >
Encoding:
Text File  |  1986-09-11  |  1.2 KB  |  25 lines

  1. True BASIC          FIND
  2.      
  3.     Type      │   Press      │
  4. ──────────────┼──────────────┼──────────────────────────────────────────
  5.               │    F3        │ to find the next occurrence of a
  6.               │              │ specified word or number
  7. ──────────────┴──────────────┴──────────────────────────────────────────
  8.  
  9. Press F3 and the word `Find:'appears in the history window.  Type the 
  10. text you want to find and press Return. It will look only from the 
  11. current cursor location to the end of the file.
  12.  
  13. To find further occurrences of the same text, press the FIND key and
  14. then the return key, without typing any new text.  As with the CHANGE
  15. and LOCATE commands, the upper/lower case of the text is ignored, and 
  16. the FIND key finds only complete words or numbers.  That is, if you try 
  17. to find `the', you won't find the word `then', or if you try to find `10', 
  18. you won't find `100'.  If you really do want to find only part of a word, 
  19. enclose the text to be found in double quotes.  Typing "the" in response to
  20. the Find: prompt will find the word `then', or any word containing the
  21. sequence `the'.
  22.  
  23. See also:    HELP LOCATE    printing occurrences of text in file
  24.              HELP CHANGE    changing all occurrences of some text
  25.