I want to display the entries in contacts as a list(of check boxes with name) and user should be able to select them from the list and I want to add the name and number to my Exclude list..
Suppose I want to display Home and work number as check box for all users (if Its present) and depends on which all are checked I want to get the Numbers.
I have some confusion in getting the index of check boxes.
Is it possible to Use an array of Checkboxes for that purpose...?