![](https://secure.gravatar.com/avatar/c454c7402b3c58eaddc7622147742a81.jpg?s=120&d=mm&r=g)
9 Sep
2012
9 Sep
'12
11:03 p.m.
That works great. Now I have defined a global numeric N:=8; in \startMPinclusions ... \stopMPinclusions at the be beginning of my document. All of my \startMPpage ... \stopMPpage environments understand this N, but how do I reference this value as the start value for \dostepwiserecurse? That is, I would like to do something like \dostepwiserecurse{N}{0}{-1}{ ... <some code> ... } Troy