Your statement that I need to get the values of "indexOrName" stored in the store led me to write the odd-looking line of code below
cdCountry.indexOrName = cdCountry.indexOrName; when the entities are created and it fixes the problem in the test project. I'm now more convinced than ever that CD stored an empty NSData object for each "indexOrName" entry, which would explain why their values weren't nil and, yet, they sorted "randomly." Now on to the actual project. Hopefully this is all that is needed. Thanks again for your message. WT_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
