Thanks. I was looking at the programming handbook. I just found it hard to believe it doesn't have ELSE. Also, it seems I can only execute one command after THEN like this

IF blah blah THEN command

I can't do this:

IF blah blah THEN

Command
Command
Command
END IF