Thema: Delphi Arraytypfehler

Einzelnen Beitrag anzeigen

Kytrix

Registriert seit: 26. Nov 2007
54 Beiträge
 
#13

Re: Arraytypfehler

  Alt 17. Mär 2008, 17:31
Delphi-Quellcode:
...
    begin
      for i2 := i3 to M do
        for i1 := N downto 0 do
          Matrixarray[i1, i2] := Matrixarray[i1, i2] / Matrixarray[i3, i2];// HIER !!!!

      for i4 := i3 + 1 to M do
        for i5 := N downto 0 do
...

Nun bekomme ich als Fehlermeldung :"Projekt LGS_Rechner.exe raised exception class EInvalidOp with message'Invalid floating point Operation'.Process stopped."

(@ KLS weil ichs dynamisch nicht hinbekomme ....)
  Mit Zitat antworten Zitat