I have a variable bbox which equals 4 float values, seperated by commas. Can someone suggest the simpliest way I can extract out each of the values?
(the only way I can think of now is by using a for loop with a substring function, but there must be an easier way?)
(the only way I can think of now is by using a for loop with a substring function, but there must be an easier way?)