Setting a variable to a quotation mark

Is there any way to set a variable to a quotation mark?
I’m trying to do something like:

*set test """

because I want to set test to " but I don’t seem to be able to because i get this error:

 Invalid string, open quote with no close quote: "

Mhnn… what do you want to achieve with it?

Great and powerful things, of course. :stuck_out_tongue_winking_eye:

You have to escape the character, so that it doesn’t get read as the closing quote of the string, like this:

*set test "\""

2 Likes

No seriously… what are you trying, as there’s prolly an even easier way

1 Like

Brilliant, thank you very much!

@MeltingPenguins, I’m trying to solve the problem here: