Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Versuche einen Algorothmus. Hex + Hex ?? Wie ?? (https://www.delphipraxis.net/10722-versuche-einen-algorothmus-hex-hex-wie.html)

CloudStrife 23. Okt 2003 23:55


Versuche einen Algorothmus. Hex + Hex ?? Wie ??
 
Hey Leute,
Ich versuche einen Algo zu Proggen der Hex-Zahlen addiert(Kein plan wie). Also ich möchte wissen wie man Buchstaben zu Hex umwandelt und dann addiert.

MfG Cloud

Wormid 24. Okt 2003 01:59

Re: Versuche einen Algorothmus. Hex + Hex ?? Wie ??
 
Delphi-Quellcode:
var x: Integer;
begin
  x := $dead + $beef;
end;
:mrgreen:

CloudStrife 24. Okt 2003 02:17

Re: Versuche einen Algorothmus. Hex + Hex ?? Wie ??
 
Danke vielmals. Werde es nun testen.

MfG Cloud


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:43 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz