This also applies to B4A
In B4PPC I was able to use a string and / or variable to refrence a control.
e.g.
to colour Button0, Button1, Button2 & Button3 red I used something like:
For i = 0 to 3
Control("Button" & i ).color=cRed
Next
What is the equivalent to Control() in B4A and B4J?
Thanks
Kintara
In B4PPC I was able to use a string and / or variable to refrence a control.
e.g.
to colour Button0, Button1, Button2 & Button3 red I used something like:
For i = 0 to 3
Control("Button" & i ).color=cRed
Next
What is the equivalent to Control() in B4A and B4J?
Thanks
Kintara