Results 1 to 4 of 4

Thread: How do you print a " symbol?

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2001
    Location
    Lake Charles, LA, USA
    Posts
    43

    How do you print a " symbol?

    If I were to display a message box for example and I typed

    Code:
    Msgbox "Hello there this is a quote symbol ""
    I'd get an error. What do you type to display the quote symbol?

    P.S. I don't want to put an invisible label on my form and put " as the caption

  2. #2
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    MsgBox "Hello. my name is ""cinder829"" and I like vb."
    retired member. Thanks for everything

  3. #3
    chenko
    Guest
    chr(34) & "this is a quote" & chr(34)

  4. #4

    Thread Starter
    Member
    Join Date
    Apr 2001
    Location
    Lake Charles, LA, USA
    Posts
    43
    Thanks that works great!

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