> > because '=' binds tighter than 'or', so > > [one short test program later] > > Hrm... you're right. Work fine with parens, though... ;)
Unnecessary punctuation! I always forget about the =/or binding order... but I think Keith proved my point. Use C< || >. C< or > will cause problems sooner or later. -R
