home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff308.lzh / Vlt / rexx / LastMsg.vlt < prev    next >
Text File  |  1990-01-18  |  734b  |  21 lines

  1. /*
  2. **
  3. **  Test of VLT review buffer.
  4. **  When you're on BIX after having read a message, this script
  5. **  will bring up the same message into TxEd Plus.
  6. **
  7. */
  8.  
  9.  
  10. 'rev "D"'                /* Deselect all              */
  11. 'rev "R ======"'            /* Search reverse for "======"      */
  12. 'rev "S B"'                /* Select all to bottom          */
  13. 'rev "R R:"'                /* Search reverse for "R:"      */
  14. 'rev "D S"'                /* Deselect this "search line"      */
  15. 'rev "R no more unread"'        /* Search for "no more unread"      */
  16. 'rev "D S"'                /* Deselect that one too      */
  17. 'rev "R Hit <Return>"'            /* Search for "Hit <return>"      */
  18. 'rev "D S"'                /* Deselect              */
  19. 'rev "A ram:revtemp.txt"'        /* Save selected lines temporarily*/
  20. address COMMAND 'e -win "VLT 0 0 640 100" ram:revtemp.txt' /* Edit it      */
  21.