Variable Accessors
Vega256
Posts: 197
Hey,
So suppose that I have an array of 10 longs and I wanted to access the first byte of the first element. Could I do this?
Would be better to just declare an array of 320 bytes?
So suppose that I have an array of 10 longs and I wanted to access the first byte of the first element. Could I do this?
someLong [10] someLong [0].byte [0] := someValue
Would be better to just declare an array of 320 bytes?
Comments
BTW, I'm not sure why your version isn't allowed. It's a perfectly reasonable syntax.
-Phil
-Phil