Array manipulation - add/remove

Posted By: amadeu

Array manipulation - add/remove - 09/18/07 19:36

Hallo
i would like to know if I could manipulate one array, like to remove some information.
ex:
var age[100];

function addAge(var qtAge)
{
age[1] = qtAge;
}
function removeAge(var posAge)
{
age[posAge].remove; /// it is possible?
}

thanks
Posted By: Shadow969

Re: Array manipulation - add/remove - 09/18/07 21:06

Why dont you just set it to zero?
Posted By: FBL

Re: Array manipulation - add/remove - 09/18/07 21:33

Not 100% what you're looking for, but...

http://www.coniserver.net/ubbthreads/showflat.php/Cat/0/Number/731246/an/0/page/1
Posted By: amadeu

Re: Array manipulation - add/remove - 09/19/07 07:32

Hi.

Thanks but i did not found this list.zip file.

Is there other place where I can download the file?
© 2024 lite-C Forums