• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSData array?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSData array?


  • Subject: Re: NSData array?
  • From: Drew McCormack <email@hidden>
  • Date: Wed, 23 Apr 2003 21:32:31 +0200

On Wednesday, April 23, 2003, at 09: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.

Peter

Hi Peter,
I suggest you just use an NSArray or NSMutableArray to store the NSData objects. For example,

NSArray *arrayOfDatas = [NSArray arrayWithObjects:
[NSData data],
[NSData data],
nil];

Cheers,
Drew


----------------------------------
Dr. Drew McCormack
Trade Strategist (www.trade-strategist.com)
Stock Market strategy design platform for Mac OS X.
_______________________________________________
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>)

  • Prev by Date: Re: NSData array?
  • Next by Date: RE: NSData array?
  • Previous by thread: Re: NSData array?
  • Next by thread: RE: NSData array?
  • Index(es):
    • Date
    • Thread