@fdinumario Did you look at the example I provided?
parseFloat() will not work on any of the above strings; you are converting a float in a String to a float as a float type… can’t do that with the extra text you have.
What do you think you need to do to correct this?
There may be other errors…
I did get this working but fixed everything that was not.