Skip to content
⌘ NSIS Forum Archive

mask a "

4 posts

nameless0815#

mask a "

How can i "mask" a " ?

(In PHP) IF I want that " is visible i have to use \"

How does this work in nsis??


thx
jpderuiter#
The escape character for NSIS (as \ is for PHP) is $\
See chapter 4.1 of the NSIS manual.

So to get a double quote you can use $\"