Hi,

I'm extracting data to a text file (notepad) using VB system IO.
I'm not sure what is wrong.
When i extract the file from computer A, it is OK

Output:
Data A
Data B
Data C
Data D

But from PC B,

Output:
"Data A"
"Data B"
"Data C"

double quote appears on open and end of each lines.

Anyone know why and how to solve this?
Thanks.