for(j=0;j<mylist.length();j++)
{
if(mylist[j]=="Anup")
{
es3=mylist[j-13];
arr[j]=es3.toDouble();
qdebug()<<arr[j];
}
}
i want to show the arr[j] values out of loop i am not able to do. plzz help
so that i can call arr[j] value any where