FROM : Martha Espinosa
DATE : Tue Oct 12 19:04:28 2004
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
DATE : Tue Oct 12 19:04:28 2004
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
| Related mails | Author | Date |
|---|---|---|
| Martha Espinosa | Oct 12, 19:04 | |
| stephane sudre | Oct 12, 19:16 |






Cocoa mail archive

