FloatToStr

Description

Returns a float value converted to a string. Returns zero (0) if the input value does not represent a float.

Syntax

FloatToStr(Float1:Float):String

Example

FloatToStr(1.001)

Return value is 1.001.