If there are 5 Label controls on the form and I want to put text on the labels, how do I do a loop?
Fox example,
Label1.text = function1
Lavel2.text = function1
Lavel3.text = function1
Lavel4.text = function1
Lavel5.text = function1
I would like to have a loop, like
for i = 1 to 5
...
next
What is the syntex? Thanks.
DanYeung
Fox example,
Label1.text = function1
Lavel2.text = function1
Lavel3.text = function1
Lavel4.text = function1
Lavel5.text = function1
I would like to have a loop, like
for i = 1 to 5
...
next
What is the syntex? Thanks.
DanYeung