Hello
I have 10 buttons named Button10, Button 11, etc....
I want to change Button10.Text , Button11.Text , etc. at once.
Something similar to
How can i do this ? Thanks.
I have 10 buttons named Button10, Button 11, etc....
I want to change Button10.Text , Button11.Text , etc. at once.
Something similar to
B4X:
Dim i As Int
For i = 1 to 11
Button1 & i.Text = "Hello" 'but it doesn't work.
Next
How can i do this ? Thanks.
Last edited: