[fpc-pascal] Writing floating points to steams
Torsten Bonde Christiansen
tc at epidata.info
Tue Jan 12 12:17:50 CET 2016
On 2016-01-12 12:04, Graeme Geldenhuys wrote:
> On 2016-01-12 10:45, Torsten Bonde Christiansen wrote:
>> Since TStream doesn't have any native WriteFloat/Double and the likes,
>> some conversion is needed - but what is a good strategy for this?
> I use FloatStr() to do the conversion, then Write() to actually write it
> to a stream.
>
>
> Regards,
> - Graeme -
>
In my case I am trying to write a datetime value, and in order not to
worry about the format, separators, etc. i would much rather just write
the actual floating point value...
Regards,
Torsten.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160112/a7c649d7/attachment.html>
More information about the fpc-pascal
mailing list