Is it possible to use control arrays in Basic4android and if so how should I initialize them?
For instance if I want to create ten labels with a common name 'Fred' would I have to initialize them as Dim Fred(0) as label, Dim Fred(1) as label etc
or can I use dim Fred(0 to 9) as label or something similar?
:sign0104:
For instance if I want to create ten labels with a common name 'Fred' would I have to initialize them as Dim Fred(0) as label, Dim Fred(1) as label etc
or can I use dim Fred(0 to 9) as label or something similar?
:sign0104: