Returns the index of the item that
follows the array item having index index
or returns .nil if the item having that index is last in the array.
For multi-dimensional Arrays, the same ordering as used by the allItems method is used to
determine the next position and the index is returned as an array of index values.
Note that the index argument may
also be specified as an array of indexes.