[Tutor] Creating a list from a comma-seperated string.

Doug.Shawhan@gecits.ge.com Doug.Shawhan@gecits.ge.com
Tue, 19 Mar 2002 14:40:33 -0500


I know this is probably very simple.

I have strings of comma-seperated text that I want to split into lists.

split() of course, seperates every letter. How do I tell split() to do it's
business at the commas?

Thanks!