Archive: Possible Enhancement?


Possible Enhancement?
Hell all. I have an installer that requires about 40 variables to be declared with the 'Var' command at the beginning. I was just wondering if the Var command could be enhanced to allow for more than 1 variable to be declared at a time. Like 'Var One, Two, Three'. What do you all think? I'm just thinking it would save a little space, and might be quicker with just 1 Var command.

Thanks,
Jnuw


Here you go :)
http://nsis.sourceforge.net/archive/...ances=0,11,761

Note though that it doesn't make it any quicker on compile-time (it'll be exactly the same as using lots of Var commands).

-Stu


Good to know, thanks Stu.