Results 1 to 5 of 5

Thread: Add quotations as part of a string?*RESOLVED*

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2003
    Posts
    39

    Add quotations as part of a string?*RESOLVED*

    I want my string/message box to have quotations in it. How can this be done?
    Last edited by datwig; Sep 20th, 2004 at 09:50 PM.
    Hello World

  2. #2
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    482
    Instead of putting in the quotation use CHR(34) for double quotes or CHR(39) for single quotes.

    ex: To print the name O'Riely in TextBox1 use the following:

    TextBox1.Text = "O" & CHR(39) & "Riely"

    The Mav

  3. #3

  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2003
    Posts
    39
    thanks!
    one more quick question though, how do I open websites from my app. I mean an .html file on my computer, not a website on the internet.
    Hello World

  5. #5

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