Archive: insertmacro with quotation marks?


insertmacro with quotation marks?
  is there a way to use insertmacro with quotation marks?

!insertmacro BLA 'i need a " here' 
the above doesn't work


macro BLA x

Messagebox mb_ok'${x}' #works
>Messagebox mb_ok `${x}` #works
>Messagebox mb_ok "${x}" #does not
>!macroend
>