Hi,
I am wondering if I can use views as arrays.
I can do this in vb6 but can not make it to work in basic4android
I have tried something like this
Mogens
I am wondering if I can use views as arrays.
I can do this in vb6 but can not make it to work in basic4android
I have tried something like this
B4X:
Dim RadioButtonDevice(0) As RadioButton
Dim RadioButtonDevice(1) As RadioButton
Dim RadioButtonDevice(2) As RadioButton
If RadioButtonDevice(0).Checked Then
Common
End If
Mogens