> Back to gambas - I don't know if the documentation says anything about > short-circuit and things like that. May be we can assume it as a > standard, that modern languages always do short-circuit, but the concept > remains. Gambas doesn't have short-circuits, you have to write like this: IF a=1 AND IF b=2 THEN Jussi