Tab
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2525 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c8bb167b72
commit
9599e280a5
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue