Answered
AS3 Best way to clear an array
What is the best way to clear an array? (performance and resources)
array.length = 0;
array = [];
array.splice(0);
What is the best way to clear an array? (performance and resources)
array.length = 0;
array = [];
array.splice(0);
array.length=0;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.