NSMutableArray & NSMatrix
NSMutableArray & NSMatrix
- Subject: NSMutableArray & NSMatrix
- From: "Peter Karlsson" <email@hidden>
- Date: Wed, 11 Jun 2003 09:43:29 +0000
Dear list!
I want to store the state of a NSMatrix in a NSMutableArray but I can't get
it to work. I also want to set the state of the NSMatrix from my
NSMutableArray.
Here is my code to store the NSMatrix into the NSMutableArray (does not
work)
[myMutableArray replaceObjectAtIndex: 0 withObject:[myNSMatrix
selectedRow]];
Any code example?
Peter
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
_______________________________________________
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.