robin wrote:
>  yo!
> 
>  thank you everone! here's how i finally did it:
>  converting the string into a list:
> 
>       input = net.receiveUDPData()
>       input = list(eval(input[0:-2]))

no pun intented but as you did not know how to use split and join, 
please please DON'T USE eval

        Eric
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to