Group: Forum Members
Posts: 448,
Visits: 12K
|
I have several text boxes on a SF win Form with similar names txt1 through txt10 and I have an array ar(0) through ar(9) that has integers stored. I would like to set up a loop that would let me store the following:
me.txt1.text = ar(0)
me.txt2.text = ar(1)
and so forth. Is there a way to do this using a loop of some sort? I also know I need to convert the integers to strings I think. TIA.
|