pelegk1
06-23-2003, 08:02 AM
i have did this :
var arr1=new Aray();
arr1[3]=5;
when i will check alert(arr1[2]) i will get the value "NaN"
how can i check in advance that the arr1[2] isn't initialized yet
??
thanks inadvance
Peleg
var arr1=new Aray();
arr1[3]=5;
when i will check alert(arr1[2]) i will get the value "NaN"
how can i check in advance that the arr1[2] isn't initialized yet
??
thanks inadvance
Peleg