F64_Str ()
Syntax
string.s
= F64_Str (n.double [,
decimal_places.l , #Format])
Description
F64_Str() has now 1 parameter (double input) +
2 optional parameters (precision and output format).
made a
resident file with the double structure and 3 Constants (#F64_Format_Decimal,
#F64_Format_Scientific and #F64_Format_Auto).
Attention: Due to limitations in the PureBasic Stringhandling, this
function is not Threadsafe.