Results 1 to 4 of 4

Thread: [RESOLVED] Getting rid of that line feed

  1. #1

    Thread Starter
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Resolved [RESOLVED] Getting rid of that line feed

    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
    Delete it. They just clutter threads anyway.

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: Getting rid of that line feed

    Print #ff, Content;

  3. #3

    Thread Starter
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Getting rid of that line feed

    lol

    thanks
    Delete it. They just clutter threads anyway.

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width