Hoi Robert,
> > Does the FlexCat compile really takes that long to split up the script?
> It's not the time so much as having to remember to compile before running the
script. I guess I could add a Save/Compile/Run button to GoldEd to automate
that.
You could use a makefile, so you just has to type "make" before running
the script.
> BTW there were some good tips in there for me too, I didn't realise that ARG()
alone gave the count of arguements nor that you could use the content of a
variable in a PARSE statement by enclosing it in brackets.
That's why I've done it. My first thought was to tell you about the
ARG() and PARSE but than I decided to just rewrite the function to
give you an example to actually see it in action (and because I like
coding in ARexx :).
--
cu, Bernd