Skip to content
⌘ NSIS Forum Archive

The character of end string in body of the string

3 posts

Evgeniy81#

The character of end string in body of the string

How insert the end symbol of the string in the string body?
In case when I double this character NSIS write the error:

"""MyString""" after compilation i want take so result "MyString"
"MyStr""ing" after compilation i want take so result MyStr"ing
MSG#
Have you read the Script File Format paragraph in the manual?

Evgeniy81#
Originally posted by MSG
Have you read the Script File Format paragraph in the manual?

http://nsis.sourceforge.net/Docs/Chapter4.html#4.1
Thank you! I read the Script File Format paragraph in the manual and understand how insert symbol " in string body.