[Zope] string formatting
Jaroslav Lukesh
lukesh at seznam.cz
Sat Aug 14 16:23:01 EDT 2010
----- Puvodní zpráva -----
Od: "Andreas Jung" <lists at zopyx.com>
>
> Jaroslav Lukesh wrote:
>> It is easy:
>>
>> <dtml-call "REQUEST.set('signumfix2',signum2[1:4])">
>> <dtml-call "REQUEST.set('signumfix2', _.int(signumfix2)+1)">
>> <dtml-call "REQUEST.set('signumFinal', 'B' + _.str(1000 +
>> signumfix2)[1:] )">
>>
>>
>
> Hopefully such code won't be released :-)
It was for illustration only, here is the better one:
<dtml-call "REQUEST.set('signumFinal', 'B' + _.str(1001 +
_.int(signum2[1:]))[1:])">
DTML is your friend, not evil.
JL.
More information about the Zope
mailing list