ya lo probé pero se me sigue trabando
alguna idea?
los códigos que use fueron
en la primera prueba:
Código:
Do While Check1 = 1
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
Loop
If Check1 = 0 Then
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
End If
y en la segunda prueba:
Código:
if Check1 = 1 then
Do While Check1 = 1
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
Loop
else
ShockwaveFlash1.SetVariable "_root." + txtruta1, txtval1
End If
pero en los 2 se me sigue trabando
alguna solución?
de antemano agradezco su ayuda