variable names are no longer case sensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4149 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b1f1bcf664
commit
27a8770159
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ It is also possible to put newlines, tabs etc. in a string using $\\r, $\\n, $\\
|
|||
|
||||
\\<b\\>Variables\\</b\\>
|
||||
|
||||
Variables start with $. User variables should be declared and are case-sensitive.
|
||||
Variables start with $. User variables should be declared.
|
||||
|
||||
\c Var MYVAR
|
||||
\c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue