Introduction | Getting Started | CED Features | CED Commands | Index |
Syntax: | BRIGHT "search-value"[,starting-line] [,ending-line] |
Discussion: |
The BRIGHT command searches for the specified search-value
through all of the lines on the currently opened file. Lines
matching the search-value (in the original case of the source code)
are displayed and highlighted.
To begin the search from the next page in the file, type: ..BRIGHT "search-value"
For additional "search commands" see: |
Example: |
BRIGHT "CUSTOMER" |