Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#6

Re: binäre Suche... Ich bin echt grad' zu blöd

  Alt 31. Mai 2007, 19:16
Delphi-Quellcode:
for i := High(FVars) downto Succ(Lo) do
  FVars[i] := FVars[i-1];

FVars[lo].name := key;
FVars[lo].data := val;
Müsste es nicht eher so aussehen?
  Mit Zitat antworten Zitat