iphone - copy NSMutableArray atIndex (0) to string variable -


i have array , want extract value of array @ specific index like:

nsstring val1 = array1[index1]; 

array nsmutablearray.

nsstring *stringtoextract = [arraytoextractfrom objectatindex:0]; 

Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -