Re: [Gambas-user] Bug or feature in Version 3.0 (snapshot a week ago)

2008-09-05 Thread Doriano Blengino
Benoit Minisini ha scritto: > On vendredi 05 septembre 2008, [EMAIL PROTECTED] wrote: > >> When I type: >> If(bla = x) then >> During compilation, I get the error: >> Not enough arguments to if() >> >> When I type: >> If (bla = x) then >> All went fine. >> >> The only difference between the two

Re: [Gambas-user] Bug or feature in Version 3.0 (snapshot a week ago)

2008-09-05 Thread Benoit Minisini
On vendredi 05 septembre 2008, [EMAIL PROTECTED] wrote: > When I type: > If(bla = x) then > During compilation, I get the error: > Not enough arguments to if() > > When I type: > If (bla = x) then > All went fine. > > The only difference between the two statements is the missing whitespace > after

[Gambas-user] Bug or feature in Version 3.0 (snapshot a week ago)

2008-09-05 Thread gambas
When I type: If(bla = x) then During compilation, I get the error: Not enough arguments to if() When I type: If (bla = x) then All went fine. The only difference between the two statements is the missing whitespace after "If" in the first one. Greetz Stevie --