Category: Strings
ToFloat(text As String)
Float
Converts a string into a single-precision floating-point value.
The text may include an optional sign and a decimal point. If the text is not a valid number, the result is 0.
speed! = ToFloat("3.5")
velocity! = ToFloat(userInput$)