Hi, i have use 2 for next cicle, the second inside the first like this :
For a=0 to 100
for b=0 to 200
r=msgbox("pippo")
next b
next a
this code run but not execute the second for.....next
i would like to know if i write a bad code or why this code not work good.
thank all.:sign0085:
For a=0 to 100
for b=0 to 200
r=msgbox("pippo")
next b
next a
this code run but not execute the second for.....next
i would like to know if i write a bad code or why this code not work good.
thank all.:sign0085: