Deleting an Array Element
- Last UpdatedNov 10, 2025
- 1 minute read
-
To delete an array element, use the Delete() method:
!MyArray[N].Delete()
The deleted array element would test as UNDEFINED. Note that the array continues to exist even when you have deleted all its elements.