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
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
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
--