Hi there,
I'm using the following code to write to a file, but somehow I always get that line feed.
How can I get rid of that?
ThanksCode:Open Path For Output As #ff
Print #ff, Content
Close #ff
Printable View
Hi there,
I'm using the following code to write to a file, but somehow I always get that line feed.
How can I get rid of that?
ThanksCode:Open Path For Output As #ff
Print #ff, Content
Close #ff
Print #ff, Content;
lol :lol:
thanks
Please don't forget to pull down the Thread Tools menu and select Mark Thread Resolved.