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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -