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
Post a Comment