Zitat von
Tyrael Y.:
LString := IntToHex(Integer(p), 2); //???
Da Adressen aber normalerweise 4 Bytes groß sind, würde sich eine 8 als 2. Parameter ganz gut machen
Oder mit Format gehts so:
Format('Die Adresse von t: %.8x',[Integer(p)])
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."