Hi,
I read a txt file with strLines = tr.ReadLine, bt.Text = strLines
but this command works if only one field exists.
Now my txt is composed of several fields, registered as follows:
"001","ABCDEF"
"002","XXXXXXXXXXXX"
How can i read them?
Thank you