<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2016-01-12 12:04, Graeme Geldenhuys
      wrote:<br>
    </div>
    <blockquote cite="mid:5694DDDB.90800@geldenhuys.co.uk" type="cite">
      <pre wrap="">On 2016-01-12 10:45, Torsten Bonde Christiansen wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Since TStream doesn't have any native WriteFloat/Double and the likes, 
some conversion is needed - but what is a good strategy for this?
</pre>
      </blockquote>
      <pre wrap="">
I use FloatStr() to do the conversion, then Write() to actually write it
to a stream.


Regards,
  - Graeme -

</pre>
    </blockquote>
    <font face="monospace">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...<br>
      <br>
      Regards,<br>
      Torsten.<br>
    </font>
  </body>
</html>