corrected LogicLib example
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5183 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
44e366f9da
commit
8786a4494c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ For example, checking a value of a variable without the LogicLib can be done as
|
|||
\c StrCmp $0 'some value' 0 +3
|
||||
\c MessageBox MB_OK '$$0 is some value'
|
||||
\c Goto done
|
||||
\c StrCmp $0 'else' 0 +3
|
||||
\c StrCmp $0 'some other value' 0 +3
|
||||
\c MessageBox MB_OK '$$0 is some other value'
|
||||
\c Goto done
|
||||
\c # else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue