as question
as question
Out of context: Reply #1
- Started
- Last post
- 13 Responses
- san_lee0
myArray = new Array(value1,value2,value3);
if you now do this:
myArray = new Array();You start again with an empty array. no? (i cannot check this at the moment)