How to pass comma within argument of a macro?

0 votes
asked Aug 4, 2016 in Wanted features by boshka (3,940 points)
recategorized Aug 4, 2016 by boshka
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?

1 Answer

0 votes
answered Aug 4, 2016 by plantuml (295,000 points)
commented Aug 4, 2016 by boshka (3,940 points)
Yes! Many thanks!
...