is there a way of creating an array of textboxes EASILY. iv read some other posts and they all are really complicated. all i need is something simple like this:
textbox(1)
textbox(2)
and then to be able to refer to the numbers through a variable like this:
i=1
textbox(i).text="hello world"
is there an easy way of doing this?

thanks in advance