>
> Can you provide directions (or point me to them) I will give it a try
>
P.O., you can build an interpreter from source (see
https://sourceforge.net/p/oorexx/wiki/how-to-build-oorexx/ how to build on
Windows and Linux)
You can download the latest Linux packages and Windows installers (but no
Mac build yet) from
https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/
Or you can use Rony's Mac build from today

File read using ~arrayIn(), 1135791 items read in 39235 ms

This is supposed to be fixed with the latest build

When reading a file, typically it's good practice to explicitly open it, e.
g. stream~open("read shared").  On Windows this will allow concurrent
access to the file.

It may also be worth to read about the Collection classes ooRexx provides,
so you can find out, which one might fit your problem best. When looking at
your data, I'd say check out Relation
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to