Results 1 to 2 of 2

Thread: [RESOLVED] Add " to string variable

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    70

    Resolved [RESOLVED] Add " to string variable

    How can I put " in a string variable?

    Thanks.

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Add " to string variable

    Yes:

    strText = """"


    The logic is: dual quotes within quotes is equal to one quote character.

    So "A""B" will result A"B

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