Results 1 to 3 of 3

Thread: remove

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2000
    Posts
    40

    Question remove double quotes from a text file

    I need to be able to remove the double quotes from a text file.

    I am writiing a string to a text file but I dont want the quotes to be around it.

    Please help me.

    Example "Help" should be Help

  2. #2
    Guest
    Instead of using Write #1, MyString, use Print #1, MyString

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2000
    Posts
    40

    Talking

    Thanks a lot it work great Megatron

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