SCOUG-HELP Mailing List Archives
Return to [ 12 |
July |
2006 ]
<< Previous Message <<
>> Next Message >>
In <63683.08.31.54.12.07.2006@seadog.reno.nv.us>, on 07/12/06
at 08:31 AM, "Jon Harrison" said:
>I don't really understand how I can use rexx to grab this data as it
>feeds. Can someone give me an example of how to use rexx to grab data
>from this window, or is it even possible? Is this done with Stream()?
>If so, how do I define which stream?
If the output is text, you can use rxqueue to capture the program ouput
with
monitorapp | rxqueue
Within your REXX code, which can be a Mesa script, you can read the queued
data with either linein, charin or pull, whichever is most convenient.
Rexx Tips & Tricks has a number of queuing examples.
Regards,
Steven
--
----------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.67 #10183 Warp/eCS/DIY/14.103a_W4
www.scoug.com irc.fyrelizard.com #scoug (Wed 7pm PST)
----------------------------------------------------------------------
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 12 |
July |
2006 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|