in reply to array problem
Update: As Taulmarill rightly points out this isn't strictly the length of the array, but the index of the last element, which is normally one less than the length of the array since they are zero-indexed (ie the first element of the array has index 0, not 1 as you might expect), but you might find this useful as well :)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: array problem
by Taulmarill (Deacon) on Mar 02, 2005 at 12:07 UTC |