Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#8

Re: Teile von "array of char" in "String&

  Alt 4. Okt 2007, 13:09
Hi,

ich würde es so machen:

Delphi-Quellcode:
var
  csa: array [Byte] of Char;
  idx, cnt: Integer;
  s: string;
begin
  // ...
  s := Copy(csa, idx, cnt);
end;
Grüße vom marabu
  Mit Zitat antworten Zitat