<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="monospace">Hi all.<br>
<br>
What is the best/preferred way to write floatingpoint to a steam?<br>
<br>
Since TStream doesn't have any native WriteFloat/Double and the
likes, some conversion is needed - but what is a good strategy for
this?<br>
<br>
A simple conversion like Stream.WriteDWord( DWord(<some float
variable>)) is not possible due to illegal type conversion.<br>
<br>
Any help appriciated.<br>
<br>
Regards,<br>
Torsten.<br>
</font>
</body>
</html>