Guest User

test

a guest
Apr 7th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if ([appDel.arrQuestionAnsData count] > 0) {
  2. [appDel.arrQuestionAnsData removeAllObjects];
  3. [appDel.arrQuestionAnsData release];
  4. appDel.arrQuestionAnsData = nil;
  5. }
  6. appDel.arrQuestionAnsData = [[NSMutableArray alloc] init];
  7.  
  8. appDel.arrQuestionAnsData = [appDel.dictForCategoryData objectForKey:strCategoryName];
Advertisement
Add Comment
Please, Sign In to add comment