Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi string in array of char kopieren (https://www.delphipraxis.net/136880-string-array-char-kopieren.html)

Sprint 10. Jul 2009 16:25

Re: string in array of char kopieren
 
Delphi-Quellcode:
var
  B: array[0..1023] of Char;
  S: String;
Delphi-Quellcode:
  if Length(B) > Length(S) then
    StrCopy(B, PChar(S));
Reicht völlig.


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:45 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz