> Use the index method, e.g.: text.index(' ').
> What exactly do you want to do?That was exactely what I was searching for. I needed a program, that chopped up a string into its words and then saves them into a list. I think I got this done... Thanks for the help -- http://mail.python.org/mailman/listinfo/python-list
