Subject Re: [IBO] TIB_Script
Author Jason Wharton
Sounds like you are on the right track. You won't have to parse anything
other than what you put in the set statements, which should simplify your
work and keep the parsing of the script faster.

A feature I would like to introduce is script variables, looping, etc. If
anyone would like to take that on as a contribution I'd be delighted.

Jason

----- Original Message -----
From: <peter@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, November 13, 2003 2:24 PM
Subject: Re: [IBO] TIB_Script


> Hi Jason
>
> I can see how using the set statement I can use that in a parser to find
my own script commands,
> I can also see how using skip it I can put in any commands I want that are
not valid SQL.
>
> e.g.
> prompt 'Run This Statement' ;
>
> or
> Set prompt 'Run This Statement' ;
>
> Is there anything else I should be looking at ?, I have looked through the
source.
>
> When I have finished I will put my project up on the IBO site with a pdf
paper as I think it may be useful to other people.
>
> Rgds
>
> Peter