Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Wanting to test for an empty array element


Message #1 by "Lynn E. Martin" <dayrain@e...> on Mon, 21 May 2001 14:57:10 -0700
Test for empty (i.e. never assigned to) array element:

if (typeof(A[i]) == "undefined")
{
}

Regards,
Kees




  Return to Index