While reading a TXT file the following occurs:
Such a line like: "31/07/2019 TOTAL"
At this line I suppose the
instruction is reading read as there was 3 lines in the TXT file:
"31"
"07"
"2019 TOTAL"
I expect that this instruction will read the entire line "31/07/2019 TOTAL".
What can be happening?
Thanks
Such a line like: "31/07/2019 TOTAL"
At this line I suppose the
Code:
"Input [URL="https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=1"]#1[/URL] , sTxt"
"31"
"07"
"2019 TOTAL"
I expect that this instruction will read the entire line "31/07/2019 TOTAL".
What can be happening?
Thanks
Last edited: