5 Jul
2000
5 Jul
'00
9:55 p.m.
Hi Marco, From: Marco Mariani [mailto:m.mariani@imola.nettuno.it] 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.
9406
Age (days ago)
9406
Last active (days ago)
0 comments
1 participants
participants (1)
-
Spicklemire, Jerry