Ask Experts Questions for FREE Help !
Ask

what is the name of the symbol "

Asked Jun 15, 2012, 02:22 PM — 1 Answer
i'm creating a project at vb 2012 - so i need to know how to add this

textbox1.text = " " "
i want the textbox text to be " how can i add it ?

1 Answer
jsblume's Avatar
jsblume Posts: 13, Reputation: 6
New Member
 
#2

Sep 28, 2012, 11:16 AM
What makes this tricky is that " is a special character. There are two ways to do this.

Use four " characters.
TextBox1.Text = """" '

TextBox1.Text = Chr$(34)
Helpful

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Add your answer here.

Remove Text Formatting

Undo
Redo
 
Decrease Size
Increase Size
Bold
Italic
Underline
Align Left
Align Center
Align Right
Ordered List
Unordered List
Decrease Indent
Increase Indent
Insert Email Link
Wrap [QUOTE] tags around selected text
Wrap [CODE] tags around selected text
Wrap [HTML] tags around selected text
Wrap [PHP] tags around selected text
Wrap [YOUTUBE] tags around selected text
Notification Type:



Check out some similar questions!

What is a good symbol for "international"? [ 11 Answers ]

A friend and I are looking at starting a free magazine/website for the international community (especially international students/travellers who are learning English or whose English may not be that great) in our city (Brisbane, Australia). We are kicking around some titles and symbols at the...

What is the theme and the symbol in the short story "The turtle" by george vukelich? [ 1 Answers ]

I really need the answer...so if anyone can help me with these two things that would be great..thanks!


View more Visual Basic questions Search