im Prinzip:
Delphi-Quellcode:
Temp: LongInt;
Temp := Ord(GetChar);
Temp := Temp shl 8 or Ord(GetChar);
Temp := Temp shl 8 or Ord(GetChar);
Temp := Temp shl 8 or Ord(GetChar);
oder du ließt die gesamten 4 Byte via GetBlock direkt in Temp
Ein Therapeut entspricht 1024 Gigapeut.