18 Oct
1999
18 Oct
'99
4:25 p.m.
Does anybody know how o convert a string into a list ? I need this in order to supply data to in tag Thanx, Dejan Kulpinski Sierra Systems Consultants Inc. (604) 688-1371/450
18 Oct
18 Oct
4:41 p.m.
New subject: [Zope] String to a List
Does anybody know how o convert a string into a list ?
I need this in order to supply data to in tag
Python ------ string.split(str [, sep [, maxsplit]]) str - string of words sep - splits around sep occurrences (if null or absent splits on whitespace) maxsplit - nonzero, only split maxsplit times, default=0 DTML ---- _.string.split(str [, sep [, maxsplit]]) //johan
9668
Age (days ago)
9668
Last active (days ago)
1 comments
2 participants
participants (2)
-
Johan Carlsson -
Kulpinski, Dejan