script format

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3407 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2004-01-23 10:50:26 +00:00
parent 22569c663d
commit ec3429483a
2 changed files with 77 additions and 32 deletions

View file

@ -1,12 +1,12 @@
\H{variables} Variables
All variables are global and can be used in Sections or Functions. Variables are case sensitive.
All variables are global and can be used in Sections or Functions.
\S1{varuser} User Variables
\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.
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.
\S2{var} Var