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

  1. True BASIC           CHANGE
  2.  
  3.       Type         │   Press      │
  4. ───────────────────┼──────────────┼──────────────────────────────────────────
  5.                    │              │
  6.  CHANGE old,new    │              │ to change all occurrences of the word
  7.                    │              │ `old' to the word `new'. This form is
  8.                    │              │ not case sensitive -- it will change
  9.                    │              │ occurrences of `OLD', `Old', etc.
  10.                    │              │
  11.  CHANGE "old",new  │              │ to change all occurrences of `old' to 
  12.                    │              │ `new', even if `old' is just part of
  13.                    │              │ a word.  This form of the command will
  14.                    │              │ change the word `sold' to the word 
  15.                    │              │ `snew'. This form is case-sensitive --
  16.                    │              │ it will not change occurrences of `OLD'
  17.                    │              │ or `Old'.
  18. ───────────────────┴──────────────┴──────────────────────────────────────────
  19.  
  20. See also: HELP FIND   finding the next occurrence of a word or number in the
  21.                       current file
  22.           HELP TRY    like CHANGE, but highlights each occurrence and 
  23.                       gives you the chance to decide whether or not to make 
  24.                       the change
  25.