home *** CD-ROM | disk | FTP | other *** search
- True BASIC CHANGE
-
- Type │ Press │
- ───────────────────┼──────────────┼──────────────────────────────────────────
- │ │
- CHANGE old,new │ │ to change all occurrences of the word
- │ │ `old' to the word `new'. This form is
- │ │ not case sensitive -- it will change
- │ │ occurrences of `OLD', `Old', etc.
- │ │
- CHANGE "old",new │ │ to change all occurrences of `old' to
- │ │ `new', even if `old' is just part of
- │ │ a word. This form of the command will
- │ │ change the word `sold' to the word
- │ │ `snew'. This form is case-sensitive --
- │ │ it will not change occurrences of `OLD'
- │ │ or `Old'.
- ───────────────────┴──────────────┴──────────────────────────────────────────
-
- See also: HELP FIND finding the next occurrence of a word or number in the
- current file
- HELP TRY like CHANGE, but highlights each occurrence and
- gives you the chance to decide whether or not to make
- the change
-