Andreas Harder wrote:
Hi,
I am trying to achieve the following:
\setMPtext{1}{ABC} \setMPtext{2}{DEF} \setMPtext{3}{GHI}
\starttext
\startMPpage[offset=1ex,width=\paperwidth,height=\paperheight] for i=1 upto 3: draw textext(\MPstring{i}) shifted(i*cm,i*cm) ; endfor; \stopMPpage
\stoptext
There is no error but no content either. What's wrong?
this won't work as {i} is not expanded at the right moment Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------