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 UK
What doesn't work?

Stu
Actually it works. Sorry for the false question.