JCD29
30th January 2007 10:57 UTC
function with two or more output data..
dear all
I don't knwo very well using the push and pop and exch fucntion...
so I want to create a function with two outvar parameters
Function INeedTwoOrMoreParameters OutVar1 OutVar2
push $R0
push $R1
;fill in the two parameters..
//how to get out these parameters?
functionEnd
;call the function.
INeedTwoOrMoreParameters
//how to get the two paramaters
thanks by advance
Red Wine
30th January 2007 11:41 UTC
I don't knwo very well using the push and pop and exch fucntion...
Here is a plain tutorial...
http://nsis.sourceforge.net/Pop%2C_Push%2C_Exch..._The_Stack
Red Wine
30th January 2007 12:12 UTC
I don't know what is going on...
I'm trying to submit a link to wiki and getting strange results...
Once more
http://nsis.sourceforge.net/Pop%2C_P...h..._The_Stack
Comm@nder21
30th January 2007 12:46 UTC
http://nsis.sourceforge.net/Pop, Pus...h... The Stack
here you go :)
/edit:
o0
the forums are blocking URLS right now....
JCD29
30th January 2007 15:58 UTC
ok
I think it will help me...
thks
JCD29
30th January 2007 21:34 UTC
it works very well, I understand finally the use of push pop...
thks a lot.
item to close