I have this app that uses the array to store data for every page.
I use the same array for every page and save it as array+page no.
I clear the array when the page changes.

Problem:
The array seems to grow bigger for every next file even if the next page has less data on it.
Hope that makes sence.

Is there something I'm missing?