Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > removeAt

removeAt

removeAt(index: Integer64): MemberType updating;

The removeAt method of the Array class removes an entry from an array at the position specified in the index parameter and moves all entries at a higher index down one slot to fill the gap.

If the specified index does not exist, an exception is raised.