G
gwhite1
I can't find this answer. I have a label1, label2 and label3. I want to
be able to do something like this:
worklabel = "label1"
worklabel.text = "this is label 1"
worklabel = "label2"
worklabel.text = "this is label 2"
Is there a way to access controls with string variables? I don;t want
to have to hardcode the variable name.
I tried:
form.control("label1").text = "test" but it did not work.
Please help a girl out!!!
Sheila!!
be able to do something like this:
worklabel = "label1"
worklabel.text = "this is label 1"
worklabel = "label2"
worklabel.text = "this is label 2"
Is there a way to access controls with string variables? I don;t want
to have to hardcode the variable name.
I tried:
form.control("label1").text = "test" but it did not work.
Please help a girl out!!!
Sheila!!