Einzelnen Beitrag anzeigen

marabu

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

Re: variabel HostName in einem String einzugeben

  Alt 31. Okt 2006, 09:06
Hallo Peter,

string concatenation machst du doch schon selbst:

Delphi-Quellcode:
begin
  if (Application.MessageBox(PChar('You must disconnect from ' + HostName
       + ' before opening another connection.' + sLineBreak
       + 'Do you want to disconnect?'),
// ...
Grüße vom marabu
  Mit Zitat antworten Zitat