>My assumption here is that _any_ value less than or equal to 0xffffff is a
>valid unique ID and hence won't cause this blowup - can anybody confirm that
>this is correct?

You're sort of right, but not completely.  Any unique ID greater than
0xffffff is guaranteed to be invalid. That's easy, and that's what the code
checks right there.  However, if there's no record with a given unique ID,
then I'd still say you've got an invalid ID there.

So being <= 0xffffff is necessary but not sufficient to be valid.

-David Fedor
Palm Developer Support



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to