H
henk
Hi,
I want to change the text of a textbox with a loop like this:
For t = 0 To
txtTest1.text="hello"
txtTest2.text="hello2"
next t
but I want to use the controlname dynamically eg
txtTest+i.text
But wat is the correct syntax for this??
Thanks.
I want to change the text of a textbox with a loop like this:
For t = 0 To
txtTest1.text="hello"
txtTest2.text="hello2"
next t
but I want to use the controlname dynamically eg
txtTest+i.text
But wat is the correct syntax for this??
Thanks.