in reply to Re: Remove array elements dynamically!
in thread Remove array elements dynamically!
Hello FunkyMonk, Thanks for your reply. I understand "delete" function simply removes t +he value and does not change the index. However, what I want is to re +move the value along with its index (like what splice function does). + Thus imho, I guess delete will not help here? Any other solution? Th +anks, delete @array[@arrayindex];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Remove array elements dynamically!
by FunkyMonk (Bishop) on Aug 27, 2007 at 20:22 UTC |