Sheik
21st March 2007 16:23 UTC
Is it possible to undefine/redefine a macro
Hi all,
I am not sure if this is possible or not.
Lets say I include a .nsh file that creates a macro.
Lets say I then want to override/replace that macro with my own version of that macro...
Is this possible?
Is there a way to undefine the old macro, and replace it with my version?
Thanks!
Scott
Red Wine
21st March 2007 16:41 UTC
Code within a macro executed when the macro called with !insertmacro.
So instead of calling the macro you're referring call your own.
Comm@nder21
21st March 2007 23:28 UTC
Is there a way to undefine the old macro, and replace it with my version?
currently not.
but as red wine said: just write your own macro with a new name.