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
The character of end string in body of the string
3 posts
Have you read the Script File Format paragraph in the manual?
Originally posted by MSGThank you! I read the Script File Format paragraph in the manual and understand how insert symbol " in string body.
Have you read the Script File Format paragraph in the manual?
http://nsis.sourceforge.net/Docs/Chapter4.html#4.1