Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

VB, saving text document problem


  • Please log in to reply

#1
adambrink

adambrink

    New Member

  • Member
  • Pip
  • 3 posts
Hi. I am trying to save the contents of a text box (named Text1) into a text file using the common diaologue control. The code I am using is....


CommonDialog1.ShowSave
FileName = CommonDialog1.FileName
If FileName = "" Then Exit Sub
Open FileName For Output As #1
temp = Text1.Text
Write #1, temp
Close #1


The text from the text box does save into a text file but the problem is it saves it with speech marks around the text. Like....
"this is the saved file"

Please Help!!!
  • 0

Advertisements


#2
Hai Mac

Hai Mac

    Member

  • Member
  • PipPipPip
  • 260 posts
Use Print instead of Write :whistling:
  • 0

#3
adambrink

adambrink

    New Member

  • Topic Starter
  • Member
  • Pip
  • 3 posts
oh. great. thanks!
  • 0

#4
Hai Mac

Hai Mac

    Member

  • Member
  • PipPipPip
  • 260 posts
You are welcome :whistling:
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP