How to write quotation marks

Hi,

Maybe is not the best solution, but it works… I can write quotation marks with Chr(34) function.

Example:
Chr(34) + myStringVariable + Chr(34)

14 Likes