Thema: Delphi String ....

Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#4

Re: String ....

  Alt 25. Okt 2007, 13:08
Zitat von Nuclear-Ping:
Was ist denn genau das Problem?

Delphi-Quellcode:
var
  Text: String;
begin
  // kA was Fstr ist oder macht
  Text := Fstr (Mandanten.PLZStr, '#####') + ' ' + Mandanten.Ort;
end;

Ich glaube er meint es so:

Delphi-Quellcode:
var S: String;
begin
  S:= 'Text := Fstr (Mandanten.PLZStr, "#####") + '' '' + Mandanten.Ort';
end;
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
  Mit Zitat antworten Zitat