Hallo,
gibt es eine Möglichkeit ein Byte-Array alá
Copy zu kopieren?
Ich habe ein
Array of Byte und müsste die Daten in ein anderes kopieren.
Also so etwas wie:
function CopyByteArray(Source : TByteArray, Index, Count : Word): TByteArray;
Das ganze müsste aber schnell sein
.
Danke