How to call a macro?
For example, I define a macro like this,
!macro Test Name
MessageBox MB_OK "${Name}"
!macroend
I tried to call macro like,
!insertmacro Test "hello"
but it doesn't work.
Archive: How to call a macro?
How to call a macro?
For example, I define a macro like this,
!macro Test Name
MessageBox MB_OK "${Name}"
!macroend
I tried to call macro like,
!insertmacro Test "hello"
but it doesn't work.
What doesn't work?
Stu
Originally posted by Afrow UKActually it works. Sorry for the false question.
What doesn't work?
Stu