Subject Re: RC8 and IF THEN ELSE IF limits
Author Sachli
--- In firebird-support@yahoogroups.com, "silentworker2004" <brett@s..
.> wrote:
> exception that no condition was met. Is this a limit that has been
> imposed in RC8? Will it remain in the 1.5 Final verions?
>
> Brett Irvine
> Signature Softaware

Hi Brett,

Based on Paul's reply for my similar post, I don't think it will be
changed.
This is what Paul told me:

***quote****

That sounds good to me. Last time I read the documented limits only 16
were allowed. (IIRC)

Are you saying that RC7 allowed more than 26?


Paul
--
Paul Reeves
http://www.ibphoenix.com
Supporting users of Firebird and InterBase

***end of quote***

I have changed my code from: if.. then.. else if...
to: if .. then ...;
if .. then ...;
and so on...

Regards,

Sachli