Pascal Scripting: FloatToStr

Inno Setup

Pascal Scripting: FloatToStr

Prototype:

function FloatToStr(e: extended): String;

Description:

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

Unicode Inno Setup: the character used for the decimal point will always be a dot. Non-Unicode Inno Setup: the character used for the decimal point is locale-dependant.