Quote:
Originally Posted by redhead
You are overwriting index '0' of your array constantly, look at DjM code, it is not indexing a specific location when adding to the array.
|
Redhead,
How do I change it so it does index a specific location when adding an entry to the array?
Resulting in each record (Name,Species, Sex) having its own location within the array, starting at 0.
This will be useful as I will need it for later.
Many Thanks,