function StrToFloat(s: string): Extended;
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.