var my=new Array(100) my[19]=false; my[20]=true; for (i=0; i<100; i++) { if(my[i] == true) { alert(i) } } alert(i)