Out of curiosity, while helping a guy in the chat, in his code he had something like this:
Dim i as Int
label(i).Text = "foo"
Is there any way in B4A to actually do that?
Instead I proposed he just parses all panels, check for labels in the list and update them like that (which should be the optimal way). But wanted to know if B4A has a function that would allow something similar to that.
Dim i as Int
label(i).Text = "foo"
Is there any way in B4A to actually do that?
Instead I proposed he just parses all panels, check for labels in the list and update them like that (which should be the optimal way). But wanted to know if B4A has a function that would allow something similar to that.