[Zope] python question

Jerome Alet alet@unice.fr
Thu, 14 Feb 2002 14:28:03 +0100 (MET)


On Thu, 14 Feb 2002, [iso-8859-1] Miguel Rodr=EDguez wrote:

> I have done this python code:
> import string
> cadena=3Dsplit(REQUEST.url)
> for i in cadena:
> =09print i # I do more things whith the string but this doesn=B4t mind
>=20
> REQUEST.url : comes from a form (ZOPE), it=B4s a textarea filled with a l=
ist
> of url. I want to threat these url one by one, but my code doesnt work at
> all. why???

try using string.split()

hth.

Jerome Alet