Evgeniy81
17th December 2009 11:58 UTC
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
17th December 2009 12:16 UTC
Have you read the Script File Format paragraph in the manual?
http://nsis.sourceforge.net/Docs/Chapter4.html#4.1
Evgeniy81
17th December 2009 12:29 UTC
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.