14 Nov
2008
14 Nov
'08
1:05 p.m.
Am 14.11.2008 um 12:58 schrieb Alan STONE:
Hi,
For example
\define\somemacro[3]{...}
gets invoked with
\somemacro{#1}{#2}{#3}
How do you get rid of those repeating pesky curly brackets and invoke a user defined macro with
\somemacro{#1,#2,#3}
\starttext \def\somemacro#1% {\def\dosomemacro##1{(##1)}% \processcommalist[#1]\dosomemacro} \somemacro{A,B,C} \stoptext http://wiki.contextgarden.net/System_Macros/Comma_Separated_Lists http://wiki.contextgarden.net/Inside_ConTeXt Wolfgang