Skip to content
⌘ NSIS Forum Archive

String with "-Sign

3 posts

congahonga#

String with "-Sign

I need a String which contains "-Signs

StrCpy ""test"" doesn't work

StrCpy "\"test\"" doesn't work

StrCpy """test""" doesn't work

I habe no more idea !

Can you please help me, how to mask the " ?