I have the following string:
0 0 0 0 1 1 0 3.56 1.5
Only the last two numbers are integers or decimals, each of which may have several digits.
How can I save only the last two numbers in 2 different strings?
I have the following string:
0 0 0 0 1 1 0 3.56 1.5
Only the last two numbers are integers or decimals, each of which may have several digits.
How can I save only the last two numbers in 2 different strings?