Table and checkboxes..
Table and checkboxes..
- Subject: Table and checkboxes..
- From: Martha Espinosa <email@hidden>
- Date: Tue, 12 Oct 2004 11:04:28 -0600
Hi,
I have a table that consists of a column of checkboxes and a column
named "Result" of data (lets say YES, NO)
What I want to do is check which checkbox is checked on and grab the
YES or NO from the "Result" column and insert that into an array...
Right now my code grabs the result and places it in the first element
of the array...
if ([NSNumber numberWithInt:1]) {
NSArray *yesSir =[d objectForKey:@"Result"]
NSLog(@"Checkbox ON=%@", yesSir);
}
Any help or suggestions is appreciated... I hope this makes sense...
-ME
_______________________________________________
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