[Javascript] delete from array

Edward Tisdale edwardtisdale_1999 at yahoo.com
Wed Oct 16 22:35:20 CDT 2002


I think the only way is to use a second array, size
allocated dynamically, and using a loop through your
original array for anything axcept for either the
index of or the content of the index of what yoyu are
deleting.


www.edwardtisdale.com
--- Iztok Polanic <iztokp at amis.net> wrote:
> Hi!
> 
> I'm using pop() method to delete the last item in
> array. But every time I
> execute pop() method I get an error (Object doesn't
> support this method).
> Using: IE 5.5!
> IS there another way how to delete a record from an
> array?
> 
> Bye,
> 
> Iztok
> 
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com



More information about the Javascript mailing list