Pascal Scripting: StrToFloat

Prototype:

function StrToFloat(s: string): Extended;

Description:

The StrToFloat function converts the string passed in S into a floating point number. The character used for the decimal point should always be a dot.