![]() |
Things that make you go ‘urgh’…
What’s the flaw in this test code? program Project1; {$APPTYPE CONSOLE} var Arr1, Arr2: array of array of Integer; I, J: Integer; begin SetLength(Arr1, 5, 5); for I := 0 to 4 do for J := 0 to 4 do Arr1[I, J] := I * J; Arr2 := Copy(Arr1); for I := 0 to 4 do for J := ...http://feeds.feedburner.com/~r/delph...~4/07t7IT3q9PY
![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:50 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz