10 Dec
2013
10 Dec
'13
6:11 p.m.
Am 10.12.2013 um 17:54 schrieb Alan Braslau
Perhaps you might want to do something processing a comma separated list:
http://wiki.contextgarden.net/System_Macros/Comma_Separated_Lists
A short example can help to show how it can be used: \def\test {\dosingleargument\dotest} \def\dotest[#1]% {\starttabulate \NC 1 \EQ \getfromcommalist[#1][1]\commalistelement \NC\NR \NC 2 \EQ \getfromcommalist[#1][2]\commalistelement \NC\NR \stoptabulate} \starttext \test[First row,Second row] \stoptext Wolfgang