Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.771 Beiträge
 
Delphi 10.4 Sydney
 
#11

Re: Umwandlung TStrings in Integer

  Alt 27. Mai 2007, 13:27
Delphi-Quellcode:
for j := 0 to F.Count -1 do
begin
    integerarray[j] := StrToInt(F.Strings[j]);
end;
Klaus
  Mit Zitat antworten Zitat