S
Sofa_snake
Hi
I have some Array cells that that I would like to iterate through to
set as values for textboxes, I have included a small example below.
If a For While loop could be utilised it would look much tidier!
Label1.Text = W(0)
Label2.Text = W(1)
Label3.Text = W(2)
Label4.Text = W(3)
Label5.Text = W(4)
Thanks Dan
I have some Array cells that that I would like to iterate through to
set as values for textboxes, I have included a small example below.
If a For While loop could be utilised it would look much tidier!
Label1.Text = W(0)
Label2.Text = W(1)
Label3.Text = W(2)
Label4.Text = W(3)
Label5.Text = W(4)
Thanks Dan