Results 1 to 3 of 3

Thread: Outputting strings to a text file

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    44

    Post

    Hiya, what I want to do is output a series of string variables to a simple .txt file. I know how to do this, but the problem is it outputs the "" marks as well. I want to get rid of these as they can't be read by another program that reads the text file. However the program I'm writing must be able to read the values in the file back as strings. Can anyone help?

    Thanx in advance,

    Matt

  2. #2
    Member
    Join Date
    Jan 1999
    Location
    London, UK
    Posts
    58

    Post

    How are you writing the file? Try using "Print #" instead of "Write #" ???

    ------------------
    * * * * * * * * * * * * * * * * * * * * * *
    AndyC
    London
    email: [email protected]
    * * * * * * * * * * * * * * * * * * * * * *

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    44

    Post

    Thanx very much, works a treat!

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