null assignment to bit variable

Chris Nicholson-Sauls ibisbasenji at gmail.com
Tue Aug 15 17:01:14 PDT 2006


Peter Thomassen wrote:
> Sean Kelly schrieb am Dienstag, 15. August 2006 23:59:
> 
>>     if( test !is null && *test )
>>     {
>>         // something that requires test to be set and true
>>     }
> 
> 
> And how would I set it false?
> 
> Peter

*test = false;

-- Chris Nicholson-Sauls



More information about the Digitalmars-d mailing list