Archive: $0-9 and $R0-9


$0-9 and $R0-9
I need at least 24 ($0-24)vars for saving temp strings and 24 ($R0-24) for final result. How can i make it? NSIS can only has 10 $ and 10 $R vars?


Use the Var command. See Examples\UserVars.nsi for an example.