Thank you everyone for your help! Quite excited about having so much
for me to learn. This mailing list is immensely helpful indeed. So,
both solutions worked for me, but I've decided to stick to the one
that uses comma separated list having adapted to my needs the code
kindly offered by Wolfgang (it would take me a while to figure out the
solution myself).
Kind regards, Pavel.
2013/12/11 Wolfgang Schuster
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 ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________