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.