[futurebasic] Re: [FB] _true is not true???

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2001 : Group Archive : Group : All Groups

From: "Steven J. Stratford" <sstrat@...>
Date: Wed, 21 Mar 2001 13:23:05 -0600
>> 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@...
_____________________________