18 Oct
1999
18 Oct
'99
4:41 p.m.
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