Thema: Delphi find Hex value

Einzelnen Beitrag anzeigen

Muetze1
(Gast)

n/a Beiträge
 
#4

Re: find Hex value

  Alt 22. Feb 2008, 04:30
You got a hexadecimal sring. In hexadecimal there are two characters one byte (each char represents one nibble (4 Bits)). So split the string into pairs of two characters. After this, evaluate these pairs to their respective values (IntToStr() also converts hexadecimal values. But to decide the decimal and hexadecimal representation, IntToStr() needs a $ as prefix). Look in the help for further information: Delphi-Referenz durchsuchenCopy(), Delphi-Referenz durchsuchenPos(), Delphi-Referenz durchsuchenDelete, Delphi-Referenz durchsuchenIntToStr() etc.
  Mit Zitat antworten Zitat