Here is my predicament i want to take the values out of a string and put them into variables. Ex.

(9.2, 8)

I want to put 9.2 in a variable x and 8 in a variable y.

How would i go about doing that?

Thanks