Hi,
1. Die 32-Bit Methode ist die schnellste.
2. [0..2] = 3 Einträge (24 Bit), [0..3] = 4 Einträge (32 Bit)
PS: Also bei mir ist das Array schon standardmäßig "genullt"...
Aber wenn du es schon nullen willst dann hätte ich da was für dich:
FillChar(Result[0],Length(Result)*SizeOf(Integer),0);
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."