Ich habe folgendes Problem:
Delphi-Quellcode:
if ... then begin
Destination[mempos]:=inttostr(counter);
Also destination ist ein String, counter ist integer. Wie speichere ich den counter in die destination?
counter nimmt werte zwischen 0 und 255 auf (00 bis FE).