git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2525 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-05-01 19:28:18 +00:00
parent c8bb167b72
commit 9599e280a5

View file

@ -98,6 +98,10 @@ Use to represent a carriage return (\\r).
Use to represent a newline (\\n).
\e{$\\t}
Use to represent a tab (\\t).
\e{$\{SYMBOL\}}
Where SYMBOL is the name of something globally defined, this will be replaced with the value of that symbol. The order of calling Symbols in the script is important.