
12/06/2003, 10:32
|
| | Fecha de Ingreso: julio-2002
Mensajes: 14
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Ayuda en visual basic !!! How can I do the following in Visual Basic???:
I have 5 text boxes: textbox1, textbox2, textbox3, textbox4, textbox5
I wan to do this:
textbox1=0
textbox2=0
textbox3=0
textbox4=0
textbox5=0
But how can I do it using a For...Next, and just using some kind of
variable to write the sentence once and not 5 times??? |