14 Feb
2002
14 Feb
'02
1:28 p.m.
On Thu, 14 Feb 2002, [iso-8859-1] Miguel Rodr�guez wrote:
I have done this python code: import string cadena=split(REQUEST.url) for i in cadena: print i # I do more things whith the string but this doesn�t mind
REQUEST.url : comes from a form (ZOPE), it�s a textarea filled with a list 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