These function are used to transform a floating point value into a text string. The "Dist", "Surf" and "Vol" variant of the function will also adjust the decimal location depending on the units used.
The text will have either a "." or a "," depending on the value of the "$REGIONAL_FRACTION" variable.
|
|
Fct_Float_2_Text
|
Convert a floating point value to a text string.
|
|
|
Fct_Float_2_Dist
|
Convert a floating point value representing a distance in mm to a text string representing a distance in the units selected by the interface.
|
|
|
Fct_Float_2_Surf
|
Convert a floating point value representing a distance in mm2 to a text string representing a distance in the units selected by the interface.
|
|
|
Fct_Float_2_Vol
|
Convert a floating point value representing a distance in mm3 to a text string representing a distance in the units selected by the interface.
|