I have a python function that returns the following:
result = myfunction()
result will be e.g. "192.168.200.123, 02/12/2013 13:59:42, 02/12/2013 13:59:42"
i.e. a string that contains 3 values separated by commas.
How do I split this string into 3 new variables??