Re: [Gambas-user] Headache causing misplaced error message.

2009-04-06 Thread Jussi Lahtinen
Thanks!!! Jussi 2009/4/6 Benoît Minisini : >> Hi! >> Here is very simplified example of the bug I found (Gambas 2.10 and >> Gambas3 rev. 1917). >> >> >From that you can easily see what is wrong, but in real life code... >> >> This bug seems to be generally in "else if", error doesn't have to be

Re: [Gambas-user] Headache causing misplaced error message.

2009-04-05 Thread Benoît Minisini
> Hi! > Here is very simplified example of the bug I found (Gambas 2.10 and > Gambas3 rev. 1917). > > >From that you can easily see what is wrong, but in real life code... > > This bug seems to be generally in "else if", error doesn't have to be > division by zero, it could be any. > And there coul

Re: [Gambas-user] Headache causing misplaced error message.

2009-04-05 Thread Benoît Minisini
> Hi! > Here is very simplified example of the bug I found (Gambas 2.10 and > Gambas3 rev. 1917). > > >From that you can easily see what is wrong, but in real life code... > > This bug seems to be generally in "else if", error doesn't have to be > division by zero, it could be any. > And there coul

[Gambas-user] Headache causing misplaced error message.

2009-04-04 Thread Jussi Lahtinen
Hi! Here is very simplified example of the bug I found (Gambas 2.10 and Gambas3 rev. 1917). >From that you can easily see what is wrong, but in real life code... This bug seems to be generally in "else if", error doesn't have to be division by zero, it could be any. And there could be many lines of