Discussion:
Write text file-Why after write \n, got one space infront of the l
(too old to reply)
clark
2010-08-18 09:22:03 UTC
Permalink
Hi,

I do export data to text file using file.write function. Each new record, I
need to write \n. But after I open the text file, I found out that each
line got one spacing infront of the line. Any solution to remove this
spacing in programming?

Thanks
Luegisdorf
2010-08-20 10:54:03 UTC
Permalink
Can you show a little code snippet?

Regards
Patrick
Post by clark
Hi,
I do export data to text file using file.write function. Each new record, I
need to write \n. But after I open the text file, I found out that each
line got one spacing infront of the line. Any solution to remove this
spacing in programming?
Thanks
Loading...