Ja.. das komische ist ja:
Delphi-Quellcode:
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char);
begin
Caption := IntToHex(Ord(KEy),2);
end;
da kommt $2B raus wenn man auf + drück... Deswegen dachte ich zuerst $2B.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."