Visual Basic - problemas con declaracion de variable...creo...

Life is soft - evento anual de software empresarial
 
Vista:

problemas con declaracion de variable...creo...

Publicado por Dany (3 intervenciones) el 25/10/2007 14:42:16
Tengo el siguiente codigo pero no estoy seguro si esta bien, de hecho me tira un error
en el text, no estoy seguro si esta bien lo que quiero hacer...

Saludos..espero me puedan ayudar..

num = 281
For j = 6 To 13
Text(j)(1).Text = Mid(Text1.Text, num, i)
If Text(j)(1).Text = "" Then Else Text(j)(1).Text = Text(j)(1).Text + "_"
num = num + i
Next j
End Sub
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder