Guys, i have a newbie question.
If I have something like
(
If I have to work with those panels again, how do I do that?
I mean call something like cW(2) the third panel.
Thanks.
If I have something like
(
B4X:
(...)
For i = 0 to 666
Dim cW as panel
cw.Initialize
Desiredview.Panel.AddView(parameters, go, here)
Next
(...)
If I have to work with those panels again, how do I do that?
I mean call something like cW(2) the third panel.
Thanks.