null assignment to bit variable

Peter Thomassen info at peter-thomassen.de
Mon Aug 14 18:22:54 PDT 2006


Hi,

the following doesn't work:

bit test; 
test = null; 
 
I understand that this is not possible, but coming from the PHP world, I'm
looking for a way to define that "test" hasn't got a value yet, not even
true or false.

Is that possible? Is there a workaround?

Thanks!
Peter



More information about the Digitalmars-d mailing list