> The code might work, but the interpretation is not what you expect and could
> cause further errors. Your code is equivalent to:
>
> UInt32 recID = 4294967295;
> if (recID == 4294967295 ) {
> ...
how about:
if (recID == (UInt32)-1)
{
}
and, remove any confusion? :)
---
Aaron Ardiri
CEO - CTO
Mobile Wizardry
http://www.mobilewizardry.com/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
