Category: Strings
ToDouble(text As String)
Double
Converts a string into a double-precision number.
The text may include an optional sign and a decimal point. If the text is not a valid number, the result is 0.
speed# = ToDouble("12.75")
ratio# = ToDouble(userInput$)