Introduction | Getting Started | CED Features | CED Commands | Index |
Syntax: | REPLACE "old-string","new-string"[,starting-line][,end-line] |
Discussion: |
The REPLACE command searches through the currently open editor
file and replaces the old-string with the new-string.
If the starting-line-number and ending-line-number are not specified, the editor searches through the entire file. |