# Problem with SharedObject.clear()

**URL:** https://forum.kirupa.com/t/problem-with-sharedobject-clear/165675
**Category:** flash
**Created:** [October 13, 2005, 2:02am UTC](https://forum.kirupa.com/t/problem-with-sharedobject-clear/165675 "2005-10-13T02:02:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![theHollow](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/thehollow/32/106_2.png) [@theHollow](https://forum.kirupa.com/u/theHollow)
#### Post date: [October 13, 2005, 2:02am UTC](https://forum.kirupa.com/t/problem-with-sharedobject-clear/165675/1 "2005-10-13T02:02:22Z")

</div>

Im using this code:

```auto
clearList_btn.onRelease = function() {
	extTracks.clear();
};

```

But the array in the shared object still exists, can someone please help me?

Thanks,  
Brendan Smith
