Zitat von
mkinzler:
Man sollte die Frage richtig Lesen!
Naja Ord war auch gar nicht so schlecht
Delphi-Quellcode:
A := Ord(Edit1.Text); // oder ich glaube Ord(Edit1.Text[1]);
Edit2.Text := Edit2.Text + Chr(A);
Aber wieso unbedingt en Variant ? o.O ich würd einfach nen Byte nehmen.. reicht doch auch...
Oder hab ichs jetzt falsch vestanden ? o.O
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."