Results 1 to 10 of 10

Thread: [RESOLVED] Placeing Quotations inside Quotations

Threaded View

  1. #7

    Thread Starter
    Junior Member
    Join Date
    Mar 2007
    Posts
    24

    Re: Placeing Quotations inside Quotations

    Quote Originally Posted by RobDog888
    Your missing a double quote after sunshine.
    Thats how i need it to be because after "Sunshine" there will be a number added to it. from another textbox in the same quotation.

    Example:
    Code:
    TextBox2.Text = "My name is " & Chr(34) & "Sunshine" & Chr(34)  & Textbox1.Text & Chr(34) & " & Chr(34)
    Resulting in this:

    My name is "Sunshine27" today



    Basically my question would be: Can i have a single " in a & Chr(34) & Like this:

    Code:
    & Chr(34)  "  Chr(34) &
    Last edited by helio2; Aug 12th, 2007 at 02:46 PM.

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