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

  1. True BASIC             TRY 
  2.      
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.  TRY old,new       │              │ to change occurrences of the word `old'
  7.                    │              │ to `new', giving you the chance to
  8.                    │              │ decide whether to make each change
  9.                    │              │
  10. ───────────────────┴──────────────┴──────────────────────────────────────────
  11.  
  12. The TRY command is very much like the CHANGE command.  However,
  13. it highlights each occurrence of the original word in your 
  14. program and gives you an opportunity to decide whether or not
  15. to make the indicated change in that particular place.
  16.  
  17. Each occurrence of the original word `old' will be
  18. highlighted, and you will be asked "Change?"  If you want to 
  19. make the change, simply press Return.  If you do not want to
  20. make the change in that particular place, type `n' (or `no')
  21. and press Return.  In that case, the word will be left as it was.
  22. You may also type `q' (for quit) to abandon the command.
  23.  
  24. See also: HELP CHANGE    changing all occurrences of a word or number
  25.