![]() |
Re: DEC - Format
Herzlich willkommen in der Delphi-PRAXiS, Hami.
Delphi-Quellcode:
Getippt und nicht getestet.
function DecToIntel(var float): Single;
var Intel: LongRec absolute Result; begin Intel.Hi := LongRec(float).Lo; Intel.Lo := LongRec(float).Hi; if Cardinal(Intel) <> 0 then Dec(Intel.Bytes[3]); end; Freundliche Grüße vom marabu |
Re: DEC - Format
Hallo,
Danke marabu, funktioniert einwandfrei. Und verstanden hab ich es sogar :-D . Gruß Daniel |
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:17 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz