home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
telecom
/
vlt_455
/
rexx
/
lastmsg.vlt
< prev
next >
Wrap
Text File
|
1991-02-12
|
746b
|
21 lines
/** LastMsg.vlt
*
* 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 */