# Best way to organize data?

**URL:** https://forum.kirupa.com/t/best-way-to-organize-data/328864
**Category:** flash
**Created:** [June 26, 2012, 4:02am UTC](https://forum.kirupa.com/t/best-way-to-organize-data/328864 "2012-06-26T04:02:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![icekomo](https://avatars.discourse-cdn.com/v4/letter/i/bcef8e/32.png) [@icekomo](https://forum.kirupa.com/u/icekomo)
#### Post date: [June 26, 2012, 4:02am UTC](https://forum.kirupa.com/t/best-way-to-organize-data/328864/1 "2012-06-26T04:02:18Z")

</div>

I have a quick question that I have been trying to come up with the best solution for. I built an app that stores some data. It stores an array of name and each of those names have and array of events. At first I thought a 2D array would be my answer but it’s not, since the first index of the name array should tell what data the 2nd (events) array has to offer. Can anyone point in me the right direction for dealing with this kind of information?

Thanks
