# Array question (simpler than last)

**URL:** https://forum.kirupa.com/t/array-question-simpler-than-last/47912
**Category:** flash
**Created:** [April 8, 2004, 6:36am UTC](https://forum.kirupa.com/t/array-question-simpler-than-last/47912 "2004-04-08T06:36:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![WarpSpider](https://avatars.discourse-cdn.com/v4/letter/w/a698b9/32.png) [@WarpSpider](https://forum.kirupa.com/u/WarpSpider)
#### Post date: [April 8, 2004, 6:36am UTC](https://forum.kirupa.com/t/array-question-simpler-than-last/47912/1 "2004-04-08T06:36:07Z")

</div>

Ok, my array name needs to be a variable. Possible? Like, can my variable be called **myArrayName** and my array code look like this:

**set (myArrayName, null)**  
**myArrayName = [null, null, null, null]**

I’d like to have buttons set each value. So the nulls are necessary as initial values to just get it created? Please help!
