How to use double quotes in a text ?

origami

Member
Licensed User
Hi all,

I've got a quick and easy question :
How to use double quotes in a string ?

I tried the usual stuff (using backslash; using 2 doubles quotes), but it does not seems to be that.

Thank you very much for your help.

And congratulations to the developers for this great software !
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
In VB, we just put 2 of the double quotes in and it treats it as 1 instead of ending/starting the string.

ie" debug.write "Hello ""Jim"""
prints Hello "Jim"

Is there anyway to change it to that? It's much more convenient.
 
Top