That only works in Regina, though, not ooRexx. I'd rather write portable code and rxqueue works in both even though it isn't as pretty.
On Mon, Mar 8, 2010 at 3:09 PM, Scott Rohling <[email protected]> wrote: > Sweet! I had used this method long ago and had forgotten it... much > better than relying on rxqueue. Thanks for the reminder! > > Scott > > On Mon, Mar 8, 2010 at 1:04 PM, Scully, William P > <[email protected]>wrote: > >> Another approach: >> >> >> #!/usr/bin/regina >> Trace N >> >> Address System 'ls -l' With Output Stem rec. >> >> Do i = 1 To rec.0 By 1 >> Say rec.i >> End i >> >> >> ---------------------------------------------------------------------- >> For LINUX-390 subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO LINUX-390 or >> visit >> http://www.marist.edu/htbin/wlvindex?LINUX-390 >> > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > -- Bruce Hayden z/VM and Linux on System z ATS IBM, Endicott, NY ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
