Thema: Delphi Combining text files

Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#4

Re: Several questions

  Alt 2. Feb 2005, 12:36
I'd preferr ExplodeExplode with dynamic arrays. Once you have your data in that array you can do what you want with it. Maybe even a dynamic array of
Delphi-Quellcode:
TAiroplane = record
  Name: String;
  Dest: String;
  ..: ..;
end;
wouldn't be such a bad idea.
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat