Hi Bernd,
--- In arexx@yahoogroups.com, Bernd Gollesch <bgollesch@...> wrote:
> 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.
To me one of the nice things about working with ARexx is not having
to remember to "compile"; so I'll probably continue using
my "include" function during development. In the final release I'll
paste the generated code into the script.
> 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 :).
Thanks for the hints, much appreciated.
Robert