H
Hector M Banda
Hi all,
I am working on a project where I have a set of textboxs and some butons and
I would like to have a way of keeping the textboxes using an array to make
easier my data input.
THis is what I am trying to do:
Create an array of 4, 5 or more textboxes and collect the information using
a for-next loop
for t =1 to 4
infosr &= TEXTBOX(T).TEXT
next t
messagebox.show(infostr)
--------------
I am using VB2005
Thanks,
-hb
I am working on a project where I have a set of textboxs and some butons and
I would like to have a way of keeping the textboxes using an array to make
easier my data input.
THis is what I am trying to do:
Create an array of 4, 5 or more textboxes and collect the information using
a for-next loop
for t =1 to 4
infosr &= TEXTBOX(T).TEXT
next t
messagebox.show(infostr)
--------------
I am using VB2005
Thanks,
-hb