squirreltown
12 years agoRoku Guru
If not
Is there a difference between these two statements? if not m.motionbit = invalid if m.motionbit <> invalid thanks
"TheEndless" wrote:
Potentially. Depends on the type of "m.motionbit". If it were a boolean, for instance, then your first statement would compare it's inverse to invalid
if (not ( ( (m.motionbit)[x] ) = invalid) ) then ...