On Sun, 16 Dec 2007 18:59:36 -0500, Arthur T. wrote: >Most of what I know of XEDIT is from my use of >KEDIT. Doesn't XEDIT have the MORE command?
Apologies if this has been answered 27 times already (I get the list digested): No, MORE is not part of what's provided with XEDIT. As others have noted, it's easy to write a macro, or to do something like: all -1/thing1/sel1 repeat * top -1/thing2/sel1 repeat * disp 1 1 and you'll see all the "thing1" and "thing2" lines (yes, that example could have been replace with "all /thing1/|/thing2/", but the point is that you can do what you want as a set of steps, even if it does look like something vi would make you go through...). ...phsiii ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

