Up to now I have used the classic Rexx method of retrieving the output 
from external commands:

 "some_command",
"|rxqueue"
  line.0 = queued()

  do l = 1 to line.0
    parse pull line.l
  end
  :

        Is there an oo method for doing this?  arrayin appears to be able to 
read 
from a file, but doesn't pick up the output from an external command.  I don't 
see anything in the docs for the queue class either.

Leslie

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to