How do you convert a String Text Float to a Number Float?

HI I need a float like 21.54 and not a Text float like "21.54"

AI2 has Duck Typing, it should not care.

ChartMakerPlus cares if it's a String then it complains Data columns for axis #0 cannot be of type string

image

Thank you TiamA12 but a function like round then it works, but then I have an integer and not a float. with round ChartMakerPlus works but then I miss the decimal place.

I found a way


Just devide with 1 and you have a float

I do not see a round function in my blocks ?

1 Like