Hi Marco,

From: Marco Mariani [mailto:[EMAIL PROTECTED]]
Subject: Re: [Zope] File referencing and LocalFS

>> 
>>      foldername = string.join(colname, '')
>> 
>> using a "blank" ('') between each string, in other words, with no
delimiter.

>Maybe you meant

>foldername = string.join(string.split(colname,' '),'')

>or

>foldername = string.replace(colname,' ','')

>because join takes a list, not a string.

Yes, you are correct!


Later,
Jerry S.


_______________________________________________
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 )

Reply via email to