Board index » delphi » Big typed constant array definition?
Imot Algma
![]() Delphi Developer |
Sat, 29 Oct 2005 05:36:30 GMT
Big typed constant array definition?
Hi!
At the moment I am using constant array definition: const arrayname: array[0..255] of dword = (0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, I wonder if there is some more sensible way to get an array filled with Reaper |