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?
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?