Mehrzad238
Member
I already know that with this line we can change the values of list:
let's say I have a few data that I have added by using Type, one of this type is a list of 0 that one of them is 1, which means that 1 is the chosen one, so I have made a changed one of this zeros to 1 and now I have two 1 in this type which it must be one of them, my question is how can I have only 1 on this type and not two or more?
for changing values I am using a series of checkbox/ radio button by using this link:
https://www.b4x.com/android/forum/threads/check-only-one-checkbox.106342/post-665665
B4X:
List.Set(Index, item)
for changing values I am using a series of checkbox/ radio button by using this link:
https://www.b4x.com/android/forum/threads/check-only-one-checkbox.106342/post-665665