Hi, I need to pass comma within an argument in this way:
!definelong myMarcoName(arrowStyle)
-[arrowStyle]->
:do something;
-[arrowStyle]->
!enddefinelong
myMarcoName(#Red,dashed)
However, the comma is interpreted as argumets delimeter.
How could I do this?