# Suggession Please (Mulit Dimension Array)

**URL:** https://forum.kirupa.com/t/suggession-please-mulit-dimension-array/69314
**Category:** flash
**Created:** [November 3, 2004, 6:22am UTC](https://forum.kirupa.com/t/suggession-please-mulit-dimension-array/69314 "2004-11-03T06:22:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ashishchandras](https://avatars.discourse-cdn.com/v4/letter/a/7993a0/32.png) [@ashishchandras](https://forum.kirupa.com/u/ashishchandras)
#### Post date: [November 3, 2004, 6:22am UTC](https://forum.kirupa.com/t/suggession-please-mulit-dimension-array/69314/1 "2004-11-03T06:22:22Z")

</div>

Hey,

I need to display some set of records in flash using XML file, in following format:

check the attachment

Looks pretty easy. But the problem starts here.  
User can see 1-4 sets on one page. Right now i am showing 2 above like that 4 needs to be shown if the user wans set\_3 and set\_4 to be shown.

But suppose if user selects one set per page, then there will be a next and back button to navigate between the sets.

Problem becomes critical when set\_1 's records goes beyond one page…lets say there 1000 records in set\_1, but i can display only 100 records on one page. Then I want my next button to display (0-99) on one page then (100–199) on next page belonging to set\_1. And once I reach (900-999) and click on next i should jump to next set ie set\_2.

I am thinking of using a multi-dimensional array. Like  
myData = [sets][records]

like this…any inputs on this…thanx

* * *

aShIsH
