[Zope] Call a string function

Montagne, Michael montagne@BOORA.com
Mon, 4 Jun 2001 17:09:10 -0700


Their is a function called zfill that can change a number (ie 49) into
"00049".  The numbers I return from my database are jobnumbers so they
should show up with at least five digits.  How do I call this function in a
zope page?

-mjm