[Zope] variable

Chris Withers chrisw@nipltd.com
Thu, 11 May 2000 15:30:35 +0100


josh on wrote:
> <dtml-var "_.chr(vchildren+97)">

Try:
<dtml-var "_.chr(_.int(vchildren)+97)">

Chris