Results 1 to 5 of 5

Thread: [RESOLVED] Unwanted " when writing to file

Threaded View

  1. #2
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: Unwanted " when writing to file

    Write to the file like this:

    vb Code:
    1. Open App.Path & "\settings.ini" For Binary Access Write As #1
    2. Put #1, , str
    3. Close #1

    [Edit]
    Why aren't you using WritePrivateProfileString API to write to the INI file ?
    Last edited by CVMichael; Dec 17th, 2008 at 04:21 PM.

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