Hello
Have a float "2 234,34"
Need convert to standart float with 2 digits after dot.
fist trouble: i cant remove space.
Already try this
StringReplace($str, ' ', '')
and second is "," but need dot
Help pls!
Hello
Have a float "2 234,34"
Need convert to standart float with 2 digits after dot.
fist trouble: i cant remove space.
Already try this
StringReplace($str, ' ', '')
and second is "," but need dot
Help pls!