Hello,
I've a tab delimiter text file which I'm using split() function, but the split function isn't recognising the tab delimiter.
I'm using the systemfileobject TextStream to read line by line.
However, if I try a string with tab delimiter the split() function recongises the tab.
I'm using VB6
Your help would be much appreciated.
Many Thanks.
PS :
Here is how the an example of the content of the txt file
YYYYY 789789 iopipo 1230 muyoiy
KILP 368945 KJLOPP 8975 POPLUO
I've a tab delimiter text file which I'm using split() function, but the split function isn't recognising the tab delimiter.
I'm using the systemfileobject TextStream to read line by line.
However, if I try a string with tab delimiter the split() function recongises the tab.
I'm using VB6
Your help would be much appreciated.
Many Thanks.
PS :
Here is how the an example of the content of the txt file
YYYYY 789789 iopipo 1230 muyoiy
KILP 368945 KJLOPP 8975 POPLUO