Posted: Sun Aug 04, 2013 3:53 pm Post subject: Help finding boolean value?
There isn't a post on the entire internet from what I see that answers this question. How do I search for a single true/false value? When I choose binary as the search type it give me an error saying "Scan error:controller:Invalid binary notation" when I type in 0.
I do NOT want to scan for a whole BYTE because I don't know the other 7 bits in it and I'd never be able to find it because they could be in any order or any value. I only care about a single true/false bit.
Is there any way at all to scan for booleans? _________________
do a byte scan for the "value between" 1 and 255 when true, and "exact" 0 when false
The game I'm looking for this on tends to like storing 8 boolean values into 1 byte, so not sure if that will work but I'll give it a try. Thanks. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum