added escaping to prevent a warning from halibut
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3409 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8e47f0b88a
commit
6f89e97155
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ You can escape quotes using $\\:
|
|||
\c MessageBox MB_OK `And he said to me "I'll be fucked!"` ; this one puts both ' and "s inside a string
|
||||
\c MessageBox MB_OK "$\"A quote from a wise man$\" said the wise man" ; this one shows escaping of quotes
|
||||
|
||||
It is also possible to put newlines, tabs etc. in a string using $\r, $\n, $\t etc. \R{varstrings}{More information...}
|
||||
It is also possible to put newlines, tabs etc. in a string using $\\r, $\\n, $\\t etc. \R{varstrings}{More information...}
|
||||
|
||||
\\<b\\>Variables\\</b\\>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue