I want to change text on certain labels, eg
label2.text
label7.text

what is the syntax to use variable x instead of number in label name
something like-
x=2
label(x).text="hello"
x=7
label(x).text="hello"

I know this does not work, but cant find right way to do it.

Thanks in advance.