>A continue doesn't jump out of an "if". It continues a "for" or >"while" or "do" loop The only way out of an "if", other than to >reach the end of the "if" block, is a "goto". Learn something new each day...thanks Michael. chris