The following snippet, based on your suggestion, seems to work: BEGIN $IF some_condition $THEN NULL; $ELSE NULL; $IF some_condition $THEN NULL; $END NULL; $END END; I feel I'd need a more complete example in order to understand the error you got. Thanks, Andre
↧