language improvements
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4363 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
833b9ab873
commit
2888715ca3
2 changed files with 39 additions and 39 deletions
|
@ -56,7 +56,7 @@ You can escape quotes using $\\:
|
|||
|
||||
\c MessageBox MB_OK "I'll be happy" ; this one puts a ' inside a string
|
||||
\c MessageBox MB_OK 'And he said to me "Hi there!"' ; this one puts a " inside a string
|
||||
\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 `And he said to me "I'll be happy!"` ; 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...}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue