Ask Experts Questions for FREE Help !
Ask
    waseem1345's Avatar
    waseem1345 Posts: 1, Reputation: 1
    New Member
     
    #1

    Jun 15, 2012, 02:22 PM
    what is the name of the symbol "
    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 ?
    jsblume's Avatar
    jsblume Posts: 13, Reputation: 2
    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)

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


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.. thanx!!


View more questions Search