on Fri, 21 Dec 2007 
16:04:15 -0800 
> > 'set  >temp.txt'  then read the file temp.txt 
>  
> Bob, thank you!  I think there's a way to use Rexx queues and avoid 
> creating temp.txt, I'll have to drive up to L.A. and find my copy of 
> Bill's Rexx book and look this up or maybe it's in Rexx Tips & Tricks 
> (rxtt, I think, on Hobbes).  And I think I can parse each line with 
Try this 
'set | rxqueue' 
do while queued() <> 0 
   pull text 
   say text 
end 
Of course if you know the environment variable name you want to see use the 
"value" statement instead of reading everything. 
--  
Robert Blair 
===================================================== 
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 << 
Return to [ 21 | 
December | 
2007 ]
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.