Stadin, Benjamin wrote: > the API Reference refers to 0x10, 0x20, 0x40 and 0x80 as > record attributes. Are the others free for use, or are > they used internally by the OS? I want to mark records > for internal use that I don't want to access elsewhere.
I'm pretty sure that, of that byte, 4 bits are used for attributes and the other 4 are used for the record's category. Which explains why there's a limit of 15 categories instead of, say, 255 of them. Which brings up an idea: if your data doesn't need categories, you could use the category bits to store your flag. - Logan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
