[fpc-devel]array of question
Jonas Maebe
jonas at zeus.rug.ac.be
Mon Oct 22 14:39:22 CEST 2001
On maandag, oktober 22, 2001, at 11:34 , Aleksey V. Vaneev wrote:
> Sorry, if this is somewhere commented. Just wanted to know how to
> correctly access "var A: array of <type>" arrays. Are they by
> default mapped with indices 0..size - 1, or their bounds are taken
> from
> the upper level declaration?
What upper level declaration? Anyway, they always go from low(a) to
high(a).
Jonas
More information about the fpc-devel
mailing list