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?
Code:
    Open Path For Output As #ff
        Print #ff, Content
    Close #ff
Thanks