i want to get unique strings from an array and to store those strings into another array..... give logic or sample code for this ...............thanks in advance
A:
NSArray *uniqueArray = [[NSSet setWithArray: yourArray] allObjects];
Vladimir
2010-09-20 14:31:15
its working thanks.......................
2010-09-20 14:52:23