home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d308
/
vlt.lha
/
Vlt
/
rexx
/
LastMsg.vlt
< prev
next >
Wrap
Text File
|
1990-01-18
|
734b
|
21 lines
/*
**
** Test of VLT review buffer.
** When you're on BIX after having read a message, this script
** will bring up the same message into TxEd Plus.
**
*/
'rev "D"' /* Deselect all */
'rev "R ======"' /* Search reverse for "======" */
'rev "S B"' /* Select all to bottom */
'rev "R R:"' /* Search reverse for "R:" */
'rev "D S"' /* Deselect this "search line" */
'rev "R no more unread"' /* Search for "no more unread" */
'rev "D S"' /* Deselect that one too */
'rev "R Hit <Return>"' /* Search for "Hit <return>" */
'rev "D S"' /* Deselect */
'rev "A ram:revtemp.txt"' /* Save selected lines temporarily*/
address COMMAND 'e -win "VLT 0 0 640 100" ram:revtemp.txt' /* Edit it */