Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Prism text einem string hinzufügen (https://www.delphipraxis.net/98339-text-einem-string-hinzufuegen.html)

Karg 25. Aug 2007 13:47


text einem string hinzufügen
 
hi @ all,
ich hab folgendes problem:
ich möchte einen text einem string zufügen. Dabei möchte ich aber nicht, dass der alte wert des string gelöscht wird.
wie geht so was???

quendolineDD 25. Aug 2007 13:50

Re: text einem string hinzufügen
 
Delphi-Quellcode:
var string1: string
begin
string1:= 'Der erste Text';
string1:= string1 + '... und der zweite Text';
end;


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:02 Uhr.

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