WordPress: paginating array using a foreach

I ended up using this method…

http://www.lotsofcode.com/php/php-array-pagination.htm

This script will allow you to take an array and paginate across multiple pages. Works good for what i need. Just working on how to number each item in the array across the pages in a descending order…