Hello,

I'm trying to create tables with variable column count:

\def\mytable#1{\starttable[|\dorecurse{#1}{l|}]}

\mytable{10} should make table with 10 columns.

But this doesn't work. What is the correct way to tame the macro expansion?

-jns



Reply via email to