Vielen Dank jetzt ´funktioniert´s
nach kleiner Änderung:
Delphi-Quellcode:
FUNCTION MaskIntToHex(AInt:LongInt):str16;
Var ResultS :str16;
zu:
Delphi-Quellcode:
FUNCTION MaskIntToHex(AInt:LongInt):string;
Var ResultS :string;
compiliert jetzt mit Delphi 2007