Archive: The character of end string in body of the string


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


Have you read the Script File Format paragraph in the manual?

http://nsis.sourceforge.net/Docs/Chapter4.html#4.1


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.