Beja Expert Licensed User Longtime User Aug 13, 2014 #1 Hi all, I have a list of names, each one in its own line. e.g. San Jose Burkina Faso John Johns And So On These names are saved in a file called names.txt I want to carry these lines to a spinner as items without retyping them. Any specific help in code appreciated. Thanks in advance
Hi all, I have a list of names, each one in its own line. e.g. San Jose Burkina Faso John Johns And So On These names are saved in a file called names.txt I want to carry these lines to a spinner as items without retyping them. Any specific help in code appreciated. Thanks in advance
Erel B4X founder Staff member Licensed User Longtime User Aug 13, 2014 #2 B4X: Spinner1.AddAll(File.ReadList(...)) Upvote 0
Beja Expert Licensed User Longtime User Aug 13, 2014 #3 Thank you Erel, Perfect... Have another question but I must put it in its own post. Upvote 0