A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Clear array?

  1. #1
    Member
    Join Date
    Jan 2004
    Location
    Singapore
    Posts
    97

    Clear array?

    Hi, anyone know how to clear an array till empty for my next time use?

    Thanks..

  2. #2
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    Simply create a new empty array in its place,

    Code:
    yourArray = [];

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center