I created an Entity called MyPlaces. I want to store a number of strings
inside MyPlaces. How do I create an attribute to hold an array of
strings? I know how to create an Attribute to hold a single string but I
need to hold an array of strings.
One way is to create another Entity called PlaceName. PlaceName will
have an attribute of type String. I will then make a to-many
relationship from MyPlaces to PlaceName. But this seems way too
roundabout to solve my problem. Is there an easier way?
Thanks
Hrishi
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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 arch...@mail-archive.com