Just wondering...... I have seen the pipe used in ' if: not aa co "a|b|c" ' - to test if aa does not contain a or b or c. Why not as ' if: aa eq "a|b|c" ' - to shorten the condition line, instead of ' if: aa eq "a" or aa eq "b" or aa eq "c" ??? Thanks, Scott Nelson