Re: NSData array?
Re: NSData array?
- Subject: Re: NSData array?
- From: "John C. Randolph" <email@hidden>
- Date: Wed, 23 Apr 2003 12:23:44 -0700
On Wednesday, April 23, 2003, at 12:06 PM, Peter Karlsson wrote:
Dear list!
Is it possible to declare a NSData array? I need several NSData
objects but I do not know until runtime how many I need.
You can add NSData objects to an NSMutableArray, just like any other
object.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >NSData array? (From: "Peter Karlsson" <email@hidden>) |