
Welcome Guest
|
#1
|
|||
|
|||
|
Hello !
I 've a problem : I defined an array, not in a function (global, so). I call a function which must modify this array. But when I write the array using trace() function, my array is NOT modify at all.... So, anybody can tell my how to do please ? Regards, Anthony. Example : function myFunction() { toto[0] = "blabla000"; toto[1] = "blabla111"; toto[2] = "blabla222"; } toto = new Array(); myFunction(); for(var i=0; i<toto.length; i++) { trace(toto[i]); } |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|




