Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Andrew Pinski <email@hidden>
- Date: Sat, 24 Aug 2002 16:26:31 -0400
On Saturday, August 24, 2002, at 04:15 , Onar Vikingstad wrote:
NSArray *arrayOfUser = [[[NSMutableArray alloc]
initWithCapacity:2] arrayWithObjects:[string
componentsSeparatedByString:@":"], nil];
try this instead:
NSArray *arrayOfUser = [string componentsSeparatedByString:@":"];
Thanks,
Andrew Pinski
_______________________________________________
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: | |
| >(no subject) (From: Onar Vikingstad <email@hidden>) |