HP3000-L Archives

October 1998, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Fri, 23 Oct 1998 13:29:03 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (17 lines)
For those without the convenience of MPEX, you can use the following Qedit
command file which does something similar; you have to open the file first.
(from the :While command in the Qedit manual)

       PARM string
       setjcw cierror = 0
       continue
       /findq "!string" first
       while cierror=0 do
           /list *-5/*+5
           display
           continue
           /findq "!string"
       endwhile

/Dave Lo

ATOM RSS1 RSS2