Results 1 to 3 of 3

Thread: How to put "" on the links

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    honolulu, HI USA
    Posts
    37

    Post

    I wanna make a program that sends a text with the quotation mark in it, but VB will accept it as a string content or a text content, how can i make a link like this
    Private Sub_FormLoad ()
    label1.caption = " "How can I make em like this" "

    HELP!!!!

  2. #2
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357

    Post

    To insert a quote inside a string, simply use a double set of quotes. Thus, if you want a string to read:

    My dog said "Woof"

    you would assign it as follows:

    StringVariable = "My dog said ""Woof"""

    Hope that helps!

    ~seaweed



    [This message has been edited by seaweed (edited 02-17-2000).]

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    honolulu, HI USA
    Posts
    37

    Post

    Thanxx weed!!!!, and thanxx for giving me the link for that Mouse Move!!!!.......

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