in vb6 I created 9 labels Called it "Sign" .
Created the first and then copy pasted it (Vb6 asks if I want to make it an array - I Chose "yes")
now, I indexed it with 1-9.
so I have : Sign(1), Sign(2), Sign(3) etc....
Now, I want to change Sign(3)
Since I can index the labels in VB6 - I would simply code:
Sign(3).visible = False
how would it be like in B4A ?