Einzelnen Beitrag anzeigen

Benutzerbild von cruiser
cruiser

Registriert seit: 23. Dez 2003
Ort: Königsbrück/Sachsen
455 Beiträge
 
Delphi 7 Enterprise
 
#4

Re: Inis, Arrays oder doch Datenbanken?

  Alt 10. Jan 2007, 14:12
Müsste doch auch als INI machbar sein hrm... etwa so eine Struktur:

Code:
[Root]
Count=4
Caption0=blah
SubItems0=SI0
Caption1=blubb
SubItems1=SI1
Caption2=bling
Caption3=blopp

[SI0]
Count=2
Caption0=xxx
Caption1=yyy
SubItems1=SI2

[SI1]
Count=3
Caption0=aaa
Caption1=bbb
Caption2=ccc

[SI2]
Count=...
Caption0=...
SubItems0=...

:
:
Damit wäre alles in einem File. Dazu müsstest du halt spezielle Load und Save-Routinen basteln
  Mit Zitat antworten Zitat