Hi to all,
I am currently writing an app with app 330 labels.
Instead of doing something like this:
label1.text = "a"
label2.text = "b"
etc
.
I´d like to have a more "elegant" approach.
Someting like that
dim i as int
I=1
label(i).text ="a"
i = i + 1
label(i).text ="b"
Not exactly like this- but in a loop of course.
Any hints are welcome...
Fatman
I am currently writing an app with app 330 labels.
Instead of doing something like this:
label1.text = "a"
label2.text = "b"
etc
.
I´d like to have a more "elegant" approach.
Someting like that
dim i as int
I=1
label(i).text ="a"
i = i + 1
label(i).text ="b"
Not exactly like this- but in a loop of course.
Any hints are welcome...
Fatman