How do I add a NSMatrix to a NSMutableArray
How do I add a NSMatrix to a NSMutableArray
- Subject: How do I add a NSMatrix to a NSMutableArray
- From: "Peter Karlsson" <email@hidden>
- Date: Sun, 31 Oct 2004 11:49:50 +0100
Dear list!
How do I add a NSMatrix to a NSMutableArray? I have tried this:
[myMutableArray addObject:[NSString stringWithFormat: @"%d",
[myMatrixOutlet selectedCells]]];
But I'm a little unsure if it's the right way.
I also want to read it back from the array into the matrix.
Best regards Peter
_______________________________________________
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