CIAO

It was possible and easy to declare arrays in VB6
For example if I am using a textbox "Text1"
I copy paste it and an array is "Text1" textbox is declared
having
Text1(0)
Text1(1)
etc


I cannot figure out how to use this in VB.NET

Thanks in advance