![]() |
Re: Leerzeichen multiplizieren?
Zitat:
Besser:
Delphi-Quellcode:
\\edit: U.U. muss result[1] oder @result als Parameter für FillChar übergeben werden - habs grad nicht 100%ig im Kopf.
function leer(count:cardinal):string;
var c:cardinal; begin SetLength(result, count); FillChar(result, count, ' '); end; Gruss, Fabian |
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:15 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz