• 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: Array question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Array question


  • Subject: Re: Array question
  • From: <email@hidden>
  • Date: Sun, 17 Jul 2005 17:40:44 -0400
  • Bounce-to: <email@hidden>

you can also use
[productArray addObjectsFromArray:[NSArray
arrayWithObjects:@"One",@"Two",@"etc...",nil]];

Mark

On 7/17/2005, "Derrick Carlin" <email@hidden> wrote:

>I've been searching on-line and was able to learn how to create an
>array like so...
>
>       NSMutableArray *productArray;
>     productArray = [[NSMutableArray alloc] init];
>     [productArray addObject: @"Pack 1"];
>     NSLog(@"Array description: %@ items.\n", productArray);
>
>
>How can I send several items to an array at the same time:
>
>Like "pack1", "pack2" etc.
>
>D
>
>
>
>-
>Derrick Carlin
>
> _______________________________________________
>Do not post admin requests to the list. They will be ignored.
>Cocoa-dev mailing list      (email@hidden)
>Help/Unsubscribe/Update your Subscription:
>
>This email sent to email@hidden
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Array question (From: Derrick Carlin <email@hidden>)

  • Prev by Date: Re: Getting HFS file type of an application
  • Next by Date: Re: NSOutlineView and acceptsFirstMouse
  • Previous by thread: Re: Array question
  • Next by thread: Re: Array question
  • Index(es):
    • Date
    • Thread