On Mar 5, 5:24 pm, webbear1000 <[email protected]> wrote:
> Hey peeps!
>
> I'm sure I'm missing something obvious here but I can't for the life
> of me figure out what's going wrong.
>
> I'm trying to use Array.without() to get rid of a number from an array
> in the fourth line of my code.
> The trouble is, it returns an array with all instances of the index
> set to zero.
>
Array.without() removes values, not indexes.
Use delete history[index];
Colin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---