Sven Hohage writes:
> ....
> ('car?bought=1&amount=%s')%(Amount)
> .... yields
> spaces between the values ->[1, 3, 4]
You may use:
('car?bought=1&amount=%s')%(_.string.join(Amount,''))
Dieter
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )
- [Zope] append() and spaces Sven Hohage
- Dieter Maurer
