Quote Originally Posted by waran
If you are using Freepascal then you can use any pointer as array (C-Style).
"someWordPtr[20] := 0" -> would access element #19.
SomeWordPtr[20] would access element no. 21.