I have a string of value "13,104,76,73,47,94" what I would like to do is convert this to a dictionary so that 13 is a key and 104 is the value, 76 is the key and 73 is the value..and so on. I would show you some sample code but honestly have have no idea at all how i can do this so there really is none to show.
Thanks