Subject RE: [firebird-support] RC8 and IF THEN ELSE IF limits
Author Donald Klopper
This must also be Delphi's fault.

Donald Klopper

> -----Original Message-----
> From: silentworker2004 [mailto:brett@...]
>
> I have an existing procedure which has a lot of nested IF statments
> ie:
>
> IF (cond1) THEN
> statement1;
> ELSE IF (cond2) THEN
> statement2;
> ELSE ...
>
> This procedure compiles and executes without problem in RC7 but in RC8
> I am getting and error during compile. It appears to happen after the
> 25th IF statement. The error depends on the actual statement done
> after the THEN, but in one case the error is 'Token unknown INTO' and
> that statement is: