# Help

**URL:** https://forum.kirupa.com/t/help/65111
**Category:** Uncategorized
**Created:** [September 23, 2004, 3:53am UTC](https://forum.kirupa.com/t/help/65111 "2004-09-23T03:53:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hitsuji\_04](https://avatars.discourse-cdn.com/v4/letter/h/94ad74/32.png) [@hitsuji\_04](https://forum.kirupa.com/u/hitsuji_04)
#### Post date: [September 23, 2004, 3:53am UTC](https://forum.kirupa.com/t/help/65111/1 "2004-09-23T03:53:32Z")

</div>

Hi,  
May I noe how can I remove all elements in an array? I got a quiz where it will store the questions which the user has answered wrongly in an array n when the user press the “try again” button, he will go back to the first question again. I want the array to b reset n restore the questions tat answer wrongly again. Can anyone help mi? Thanx in advance…

For instance:  
tempArray = new Array();  
tempArray.push(dom1);

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 23, 2004, 4:31am UTC](https://forum.kirupa.com/t/help/65111/2 "2004-09-23T04:31:52Z")

</div>

tempArray = new Array();  
tempArray.push(dom1);  
tempArray = new Array(); /// this will clear the array

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 23, 2004, 5:10am UTC](https://forum.kirupa.com/t/help/65111/3 "2004-09-23T05:10:12Z")

</div>

Still cannot… The wrong questions still added on to the previous one… Actually it shouldnt have problem coz when i go back to the first question, tempArray will be again set to empty… but i dunno y cannot… im using flash player 6 and actionscript 1.0… Does tat matter?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 25, 2004, 4:31am UTC](https://forum.kirupa.com/t/help/65111/4 "2004-09-25T04:31:34Z")

</div>

post your fla…
