[Zope-dev] printing characters
Oleg Broytmann
phd@phd.russ.ru
Wed, 10 May 2000 16:52:47 +0000 (GMT)
On Wed, 10 May 2000, josh on wrote:
> can someone tell me how I could change this so that it prints out 27
> characters?
You cannot - it'll print 28. :)
> <dtml-in "_.range(28)">
> <dtml-var "_.chr(sequence-index)">
> </dtml-in>
<dtml-in "_.range(28)">
<dtml-var "_.chr(_['sequence-index'])">
</dtml-in>
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.