Hello all. I have a string called testlabel, and would like to refer to it via the string "testlabel", how do I do this?
for instance:
dim testlabel as label
dim a as string = "test"
dim b as string = "label"
'what is the line I need here?
a & b.text = "hello world"
to get testlabel.text to read "hello world"?
thanks. I've been stuck on this all day!
for instance:
dim testlabel as label
dim a as string = "test"
dim b as string = "label"
'what is the line I need here?
a & b.text = "hello world"
to get testlabel.text to read "hello world"?
thanks. I've been stuck on this all day!