Possible duplicate:
Getting object pointer from NSArray?
I have one array and one row. The name of the array is "Array1", the name of the string is "String". Now I have this value lower in "Array1".
"array1 = [[NSMutableArray alloc]initWithObjects:@"A",@"b",@"c",@"d",@"e", nil];"
The value of my string is "A"
Now I want to compare these strings and arrays. And I want to display the index value of the array.
How can i do this. Please help me. Thanks in advance.
source share