how to crate function with argument in nsis
exam: function test(str)
functionend
create function with argument
3 posts
Re: create function with argument
I think that macros are the closest things to what you are looking for. Check the !macro/!macroend and !insertmacro entries in the NSIS manual.
KenA
Originally posted by peeratepHi peeratep,
how to crate function with argument in nsis
exam: function test(str)
functionend
I think that macros are the closest things to what you are looking for. Check the !macro/!macroend and !insertmacro entries in the NSIS manual.
KenA
might also be interested in this wiki page:
Which goes over the whole parameter/argument passing thing and more wrt Macros and Functions
Which goes over the whole parameter/argument passing thing and more wrt Macros and Functions