Pascal Scripting: FloatToStr

Prototype:

function FloatToStr(e: extended): String;

Description:

The FloatToStr function converts a floating point number into a string.

The character used for the decimal point will always be a dot.