Hello together,
is it possible to determine a control via formula?
Example:
I have 20 labels: label1, label2, ...
I also have 1 textfield and a button.
In the textfield, I can enter a number between 1 and 20.
By clicking on the button, I want to change the color of the label with the number I entered in the textfield.
So the OnSelect function should be something like this:
label & [textfield.text].fill = red
In fact: if I have entered in the textfield a "5", label5 should be filled red.
How can I do this?
Thanks and best regards,
Max