Use a variable modal results are not the same, and why?
ipnum.q = -632473845
depth.l = 29
Debug (-632473845 - $FFFFFFFF) And (1 << 29 )
Debug (ipnum - $FFFFFFFF) And (1 << depth )
unsigned Long ????
unsigned Long ????
Last edited by j50501313 on Fri Dec 25, 2009 5:17 pm, edited 1 time in total.
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
Re: unsigned Long ????
*DEL*
Last edited by Kaeru Gaman on Fri Dec 25, 2009 6:51 pm, edited 1 time in total.
oh... and have a nice day.
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: unsigned Long ????
It's not the same because the result is generated by illegal code and is therefore meaningless. 'And' is a logical operator for use in an 'If' block and can't be used for any other purpose.
BERESHEIT