> For starters, not only will they run at different speeds, they will give
> different results.  In the first one, if (y|0x3f) is false or if x is
false,
> then the else is taken.  In the second one, the else is taken if and only
if
> the x is false.  They will not give the same results, changing where the x
is
> checked in the if will have no effect on it.


Heh, your right about the two sample being different...I didnt see that.  In
my actual code, there is no else, it was more there for good form...

-Mike



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to