maxpouliot
05-24-2006, 04:43 PM
Hi,
how can i check if an array is initionalized like this
var arrayEmp=[];
but is empty
something like this but this doesnt work
if(arrayEmp="")
{
alert(1);
}
how can i check if an array is initionalized like this
var arrayEmp=[];
but is empty
something like this but this doesnt work
if(arrayEmp="")
{
alert(1);
}