I have a couple of simple ivar arrays:

NSString   *myString[4];
NSInteger   myInteger[4];

How can I @synthesize these so I can access them with simple dot notation:

ie.  self.myInteger[2] = 100;

I have tried several ways to set them up in the @interface but I keep
getting compile errors. Could someone show me the proper @property or
is this not possible?

I would prefer to avoid NSArray if I can.


Thanks


Greg


P.S. Please excuse the cross post
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to