I have an array @Foo with indices from 0 to 200.
How do I delete indices 0 to 30. Do I have to build a loop?
Delete() only seems only to work for hashes...
Pop() only deletes the last row....
A syntax like: delete(@Foo,0,30) seems nice, but I cannot find it.
Thanks,
Thierry [sig][/sig]
How do I delete indices 0 to 30. Do I have to build a loop?
Delete() only seems only to work for hashes...
Pop() only deletes the last row....
A syntax like: delete(@Foo,0,30) seems nice, but I cannot find it.
Thanks,
Thierry [sig][/sig]