FINALLY got OOREXX working under Ubuntu!!7360 (9/18/2012 11:49:24 AM) I see the secret is the !# line indicating where the REXX interpreter
lives. Why isn't it smart enough to recognize the "/*" in the first line
like just about every other platform??
Also, I had to use Sy... Spammers2242(58)
ooRexx subarrays058 (9/17/2012 10:25:11 PM) I wanted to work with a CSV file and found the CSVStream class in the
ooRexx Rexx Extensions reference. I thought it might have methods to
read and write the whole stream as a single two-dimensional array, b... NotR(102)
Multi-tasking in ooRexx (Win 7)062 (9/17/2012 3:53:07 PM) I've read the manuals and either missed the information I need or didn't
understand it.
I have an ooRexx procedure that reads a lot if information and places it
into a main array which currently has 1000+ ... BobM1(5)
Run an ooRexx program without a console window547 (9/13/2012 7:59:33 PM) I'm taking a baby step into ooRexx dialogs with a trivial timer program
that uses InputBox() to display a message and ask for a time to wait
with SysSleep() before displaying it again. In addition to my inpu... NotR(102)
Question about STDIN161 (9/13/2012 10:24:59 AM) Classic REXX on OS/2 (ECS)
/* test.cmd */
do while lines()
say linein()
end
At the command prompt if I type
echo hello world | test.cmd
I get
hello world
It also works if I type
test.... dave7665(110)
Links to Rexx/SQL ...071 (9/12/2012 12:16:27 PM) -------- Original Message --------
Subject: Links to Rexx/SQL ...
Date: Wed, 12 Sep 2012 14:15:57 +0200
From: Rony G. Flatscher
To: Open Object Rexx Developer Mailing List... Rony.Flatscher(74)