Traversing an array is the process of working through an array one index at a time, either to input data to it, output data from it, or read data from it.
The process must use a loop but it can be either fixed or conditional.
The UBound
function is extremely useful here as a way of checking when the last index is reached.
Back to index
mph@ghscomputing.co.uk
Updated 09 December 2018