!If.. If what?
:) I didn't noticed that NSIS was using !if.
Looks easiest for me, but what are the other options beyond ">" ?
Can I use the IntOp's options like * / + - etc ? ;)
Archive: !If.. If what?
!If.. If what?
:) I didn't noticed that NSIS was using !if.
Looks easiest for me, but what are the other options beyond ">" ?
Can I use the IntOp's options like * / + - etc ? ;)
Use a calculator before hand :p
-Stu
see section "5.4.5 !if" in the nsis docs :)
you can use <, >, <=, >=, ==, !=, && and ||.