Writing to file VB6 without new line?
Posted
by James Wilkinson
on Stack Overflow
See other posts from Stack Overflow
or by James Wilkinson
Published on 2010-03-30T08:48:32Z
Indexed on
2010/03/30
8:53 UTC
Read the original article
Hit count: 546
I have some strings I want to write to a file in VB6, I can write it fine but every time I do it adds a new line automatically after each write command.
Is there a function or a way to just write to the file without the automatic new line? Thanks.
© Stack Overflow or respective owner