home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,FIND/K/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "FindLIGHT"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
- ; Update: 13-Nov-93
-
- ; $VER: FindLIGHT 39.001 (13.11.93) Puts a name (string) in reverse text.
-
- ; This program will search a file for a given name (string) and put it in
- ; reverse text in the following way: "\e[31;42m<FOUNDNAME>\e[0m". The original
- ; case of the name is preserved.
-
- ; Users of AmigaOS v1.x better use "\e[32;41m" instead of "\e[31;42m" to
- ; get the same effect as in AmigaOS v2.04 and later.
-
- ; If no TO file is given then the destination file is called "FROMFILE.prx".
-
- PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL "{<FIND>}" BY "\e[31;42m{}\e[0m" CONTEXT }
-
-