Re: NSArray to NSMutableArray

2008-11-28 Thread Jerry Krinock
On 28 Nov, 2008, at 6:29 PM, Pierce Freeman wrote: I am wondering the correct/recommended technique to make a NSMutableArray out of a NSArray. On 2008 Nov, 28, at 17:30, Dave DeLong wrote: How about -mutableCopy? which gives you a retained object, and then there is +[NSMutableArray a

Re: NSArray to NSMutableArray

2008-11-28 Thread Charles Steinman
--- On Fri, 11/28/08, Pierce Freeman <[EMAIL PROTECTED]> wrote: > I am wondering the correct/recommended technique to make a > NSMutableArray > out of a NSArray. I see online that there are ways to do > this, but am not > sure what is the best way. I'm not sure why you'd do it any other way than

Re: NSArray to NSMutableArray

2008-11-28 Thread Dave DeLong
How about -mutableCopy? HTH, Dave On 28 Nov, 2008, at 6:29 PM, Pierce Freeman wrote: Hi everyone. I am wondering the correct/recommended technique to make a NSMutableArray out of a NSArray. I see online that there are ways to do this, but am not sure what is the best way. ___

NSArray to NSMutableArray

2008-11-28 Thread Pierce Freeman
Hi everyone. I am wondering the correct/recommended technique to make a NSMutableArray out of a NSArray. I see online that there are ways to do this, but am not sure what is the best way. Sincerely, Pierce F. -- Pierce Freeman [EMAIL PROTECTED]