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