[NTG-context] how to get a commalist out of {}-brackets

2007-08-30 Thread Peter Schorsch
Hi, I need to forward an embedded commalist to an subfunction. The problem: how can I get rid of the {}-brackets to access the embedded commalist? The functions looks like: \def\function#1[#2] {\getparameters[label][a=,b=,embedded=,#2] subfunction[\labelembedded] ...} \def\subfunction#1[#2]

Re: [NTG-context] how to get a commalist out of {}-brackets

2007-08-30 Thread Aditya Mahajan
On Thu, 30 Aug 2007, Peter Schorsch wrote: Hi, I need to forward an embedded commalist to an subfunction. The problem: how can I get rid of the {}-brackets to access the embedded commalist? The functions looks like: \def\function#1[#2] {\getparameters[label][a=,b=,embedded=,#2]