as question
as question
Out of context: Reply #5
- Started
- Last post
- 13 Responses
- san_lee0
@ redwood: it does work.
copy / paste and ctrl + enter it.test = new Array(1,2,3,4,5);
trace("test "+test);
test = new Array();
trace("test "+test);
@ redwood: it does work.
copy / paste and ctrl + enter it.
test = new Array(1,2,3,4,5);
trace("test "+test);
test = new Array();
trace("test "+test);