# Complicated Array issue

**URL:** https://forum.kirupa.com/t/complicated-array-issue/44205
**Category:** Uncategorized
**Created:** [March 1, 2004, 6:14pm UTC](https://forum.kirupa.com/t/complicated-array-issue/44205 "2004-03-01T18:14:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flaxcreatures](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/flaxcreatures/32/448_2.png) [@flaxcreatures](https://forum.kirupa.com/u/flaxcreatures)
#### Post date: [March 1, 2004, 6:14pm UTC](https://forum.kirupa.com/t/complicated-array-issue/44205/1 "2004-03-01T18:14:11Z")

</div>

Pff,  
I’m wondering if someone could help me with giving me the right direction, I should look for…  
I’m trying to make a news system, loaded from XML … headers dyn created, onreleases … so far…  
Now I was wondering if someone could help me with sorting the xml data (on DATE; xx/xx/xx) and storing it into an array for further violence 😉

:red: Pleaz help

mm forgo to tell you…  
I just found out something about this:  
[AS]  
var myArray:Array = new Array();  
myArray.push({day: “18”, month: “02”, year:“04”});  
trace(myArray);  
[/AS]

was this is the right direction?  
heh I guess not… anyway  
cu
