Results 1 to 2 of 2

Thread: Line to a file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Ruinen, Drente, Netherlands
    Posts
    192

    Post

    Can I save a "line" to a (text)file ?
    I have try this:

    Print #99, Line (500, CurrentY + 10)-(11000, CurrentY + 10)

    but this won't work
    Regards, K. Lensen


    ------------------

  2. #2
    Lively Member
    Join Date
    Dec 1999
    Location
    Karlsruhe, Germany
    Posts
    122

    Post

    Hi,

    no, you can't. Try

    Print #99, string(100, "_")

    Roger

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