Registriert seit: 30. Jan 2005
Ort: Münster
745 Beiträge
Delphi 3 Professional
|
Re: String mit Leerzeichen auf definierte Länge füllen
4. Okt 2007, 11:09
Hallo,
oder was formatähnliches Format
Delphi-Quellcode:
Format('%42s',['Delphi']);
//oder
Format('%-42s',['Delphi']);
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )
|