Re: MutableArrays losing its contents?
Re: MutableArrays losing its contents?
- Subject: Re: MutableArrays losing its contents?
- From: Lee Morgan <email@hidden>
- Date: Mon, 1 Dec 2003 21:20:06 -0500
On Dec 1, 2003, at 2:16 PM, Clark Cox wrote:
Well, there you go, that's a different array (0x301650 vs. 0x33e170).
Somewhere in your code, you're assigning a new array to your pointer.
Well, your exactly right - I did some extra check and the array I'm
adding into is getting and keeping its contents its just for some
reason I'm getting a second instance of the SAME array in the other
method. But I have no idea why this is happening... My array is global
to the class and I only alloc and init it one time in my initWithFrame
method.
Any ideals?
Lee Morgan
_______________________________________________
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.