Chris Withers wrote:
>>So, you have some code in manage_pack that says
>>
>> wait = not not wait
>>
>
> Okay, now I definitely dn't understand this. Anyone care to explain?
It is equivalent to:
if wait:
wait=1
else:
wait=0
--
Steve Alexander
Software Engineer
Cat-Box limited