Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi "dynamisches " Array (https://www.delphipraxis.net/1392-dynamisches-array.html)

jbg 22. Nov 2002 07:36

Du hast den Divisor und Dividend vertauchst:
Zitat:

Delphi-Quellcode:
if (i mod Zahl) = 0 then

Es muss richtig heißen:
Delphi-Quellcode:
if (Zahl mod i) = 0 then

thomasdrewermann 22. Nov 2002 14:00

Mist, was ein dummer Fehler :oops:
Danke für die Lösung.


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:15 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz