I need to remove all spaces in below string and put the data in string/dbl array. e.g. array[0] contains "04:00", array[1] contains "0.4" ... . so and so forth... array[8] contains "0.00D"
I have tested with match pattern and it doesn't work. 😞
"04:00 0.4 3 17 13 4 0.00D 0.00D 0.00D"
can anyone help?
thanks