I have set controll textboxes, eg.

DAY(0).text = "Hello"
DAY(1).text = "Hello"
DAY(2).text = "Hello"
and so on..........

Is there a way I can take the entire DAY and instead of having to put all the extra lines of code, just use one line to represent all the DAY s? Like having

DAY.text = "Hello"

and all the Day.texts change?
I appreciate any help. Thanks