Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.361 Beiträge
Delphi 12 Athens
|
Re: in text datei bestimmte dinge ersetzen....
30. Okt 2003, 11:40
Schau mal in die OH unter FmtStr und Format-Strings.
Delphi-Quellcode:
Var S, Name: String
FmtStr(S, 'Hallo %s !', Name);
Label1.Caption := S;
Ein Therapeut entspricht 1024 Gigapeut.
|