|
Hi
i have a element in a array form_links called "motor"
in brief,
I have the below code.
linkN = "motor"
form_links.splice(linkN,1,"removed");
This doeswork though... it's adding a new element at a new location in array
Why is this. I simply wish to either completely remove the element or replace with "removed"
cheers
|