Alan Gilfoy wrote: > Awesome! (I was hoping it would be a 1-line solution. :) > Thanks to batteries beign included, I don't necessarily need to worry > about why and how .spilt() works. :) You might want to look at the docs for split() so you can use it again next time you have a need. http://docs.python.org/lib/string-methods.html#l2h-262 Kent