in reply to Re: How do I delete a row of an array (use splice, not delete)
in thread How do I delete a row of an array
This will not erase anything in the string while if you usesubstr EXPR,OFFSET,LENGTH substr EXPR,OFFSET
You will erase elements from the arraysplice ARRAY,OFFSET,LENGTH splice ARRAY,OFFSET
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How do I delete a row of an array (use splice, not delete)
by Anonymous Monk on Oct 09, 2003 at 19:12 UTC |