for(int i=0; i<mylist.items.count; i++)
{
if(i==myvalue[i])
{
//call Timer! Wait timer interval if timer is tick, continue for loop!
}
timer_click()
{
// application
}
}
How can I use the for
loop with timer to pause execution if the value in the conditional is a certain value?