Forse ho capito male le tue intenzioni, ma provo:
codice:Dim flag as integer = 1 for i=1 to 10 for u= flag to 20 if u = 13 then 'QUI VORREI CHE MI FACESSE UN "CONTINUE FOR" MA SUL CICLO DELLA VAR "I" flag = 14 Exit For end if next next
Forse ho capito male le tue intenzioni, ma provo:
codice:Dim flag as integer = 1 for i=1 to 10 for u= flag to 20 if u = 13 then 'QUI VORREI CHE MI FACESSE UN "CONTINUE FOR" MA SUL CICLO DELLA VAR "I" flag = 14 Exit For end if next next
Ultima modifica di eziogsv; 21-10-2017 a 20:24