>> Apparently _true is not "really true"? I use _zTrue all the time, but was >> wondering about using _true instead, but they don't appear to work the same >> way in boolean expressions... > > > NOT(anything) means every bit that was 1 becomes zero and every bit > that was zero becomes 1. So we use _zTrue because every bit is on and > NOT(_zTue) turns every bit off. This is not the case with _true and > _pTrue. Ah, that explains it. So I'll stick with _zTrue if I want to use NOT. --Steve _____________________________ Steven J. Stratford, InterNetyx.com Visit The CGI Store for Mac/WebStar Servers! http://www.internetyx.com Need custom CGI programming for Mac/WebStar? Email me: sstrat@... _____________________________