Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi string schreibweise (https://www.delphipraxis.net/96546-string-schreibweise.html)

Meflin 26. Jul 2007 13:30

Re: string schreibweise
 
Und im Zweifelsfall gibts dann ja auch noch Bei Google suchenRegular Expressions :mrgreen:


vanilla 26. Jul 2007 13:32

Re: string schreibweise
 
okaaay vielen dank erstmal ich probiere jetzt

cruiser 26. Jul 2007 13:32

Re: string schreibweise
 
um es mal angewandt zu notieren:

Delphi-Quellcode:
i := 0; // oder 1 wenn die erste section die ID 1 hat
while SectionExists('abc'+IntToStr(i)) do
begin

// Daten der Section auswerten

Inc(i);
end;
greetz

PS: Wenn die Daten ein festes Format haben wär aber evtl. eine Umstellung auf Speichern/Laden via binary-files und Streams oder file of record günstiger


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:41 Uhr.
Seite 2 von 2     12   

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