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:
kichik 2005-06-30 19:51:26 +00:00
parent b1f1bcf664
commit 27a8770159
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -6,7 +6,7 @@ All variables are global and can be used in Sections or Functions.
\e{$VARNAME}
User variables can be declared with the \R{var}{Var} command. You can use these variables to store values, work with string manipulation etc. Unlike constants these variables are case-sensitive.
User variables can be declared with the \R{var}{Var} command. You can use these variables to store values, work with string manipulation etc.
\S2{var} Var