Stephen,
Yeah, me too. I don't like _THAT_ notation either.
Stephen Barncard wrote:
> Chipp, I use that form all the time ("if it is empty then exit to top")
> - I just had a problem regarding dangling THENs..
>
> IF <condition> THEN
> <command>
> IF <condition> THEN
> <command>