I've some values in csv, values are like this:
I got this after splitting by ;. I can split by comma and get single string but I want to put those in a list view in lv.AddSingleLine2("Tanmoy", 10) format, within a foreach loop.
Please suggest me.
Thanks.
B4X:
10,Tanmoy
8,Amit
15,Anwar
45,Chinmoy
I got this after splitting by ;. I can split by comma and get single string but I want to put those in a list view in lv.AddSingleLine2("Tanmoy", 10) format, within a foreach loop.
Please suggest me.
Thanks.