That's correct.
Gordon Smith Adobe Flex SDK Team ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Wednesday, June 25, 2008 2:24 PM To: [email protected] Subject: [flexcoders] Re: uint unset value --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > If you've typed _myColor as uint, it can't store either null or NaN. If > it needs to store null, make it Object. If it needs to store NaN, make > it Number. So when I see examples that show using uint for color data, that's wrong if I need to distinguish between black and not set, because uint isn't capable of making that distinction. Correct? Thanks; Amy

