Defining a string that contains double quote character

trivial as it may sound, but searched through help and could not find an answer: How do I specify the " character inside a string given that it is taken as the string delimiter character Thanks

Answer this question

Defining a string that contains double quote character

  • Jossef Goldberg

    You just use two of them, e.g.

    " This is a double quote "" "


  • Defining a string that contains double quote character