C cncncn Member Licensed User Longtime User Jun 11, 2014 #1 Hello I want to know how we can do to retrieve information in a separate text file with a tab. For example, the text file test.txt: Object Location Date Price And I wish I could retrieve information in each variable var1 = place var2 = date var3 = object var4 = price Is this possible?
Hello I want to know how we can do to retrieve information in a separate text file with a tab. For example, the text file test.txt: Object Location Date Price And I wish I could retrieve information in each variable var1 = place var2 = date var3 = object var4 = price Is this possible?
Erel B4X founder Staff member Licensed User Longtime User Jun 11, 2014 #3 You can also use File.WriteMap / ReadMap. Or for a more robust solution use KeyValueStore class. Upvote 0