Hello,
I want to confirm what is the best way to transfer data from ListView into a List, for example if I use this code:
Would NumList obtain all the data from ListView1?
Thank you.
I want to confirm what is the best way to transfer data from ListView into a List, for example if I use this code:
B4X:
Dim ListView1 as ListView
Dim NumList As List
'Load data into ListView1
NumList = ListView1
Would NumList obtain all the data from ListView1?
Thank you.