NSDocument is what's known as a "model-controller" object. Your actual model is the pipe-separated values; NSDocument allows you to perform operations on that model. As such, I'd probably expose an NSArray property for my list of things, and only do the pipe-separation when reading from or writing to disk.
--Kyle Sluder _______________________________________________ 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