Martin,
Access to the script arguments is all I need now. I want to chain a
few scripts together, so this will work nicely. Is there any way to
detect an error condition inside a script? If there is a way, then I
can write the return value (pass/fail) to a temporary text file, for
the calling script to read. I'll try to report back to you any ideas I
have.
Keith
On Mar 25, 10:29 am, "Martin Davis" <
mtncl...@gmail.com> wrote:
> Hi, Keith.
>
> The answer at the moment is "sort of". You can get the args on the command
> line for a Jeql script using Script.arg(n). And you can exex another
> OS-level process by using System.exec(String). So you can call one Jeql
> script from another that way. But you can't get a return value. So it's a
> bit primitive.
>
> I have been thinking a bit about how to chain together or call Jeql
> scripts. As you say, this would be like having stored procedures.
> Obviously it's a nice way to build up modules of re-usable code.
>
> Can you provide some details of your use case, to help me to direct my
> thinking?
>
> Martin
>