Arrays index start at ZERO so an array that holds 20 items will be indexed from 0 to 19.
In code we tend to use For X = 0 to Array.Lenght -1 where length hold the number of items in the array
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.