<script>
t=new Array(1,2,10,22,55)
delete t[1]
alert(t.length) //still 5
alert(t[1])  // undefined
</script>

yeah thats the problem with just using delete

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-dev

Reply via email to