Deleting an Array
- Last UpdatedNov 10, 2025
- 1 minute read
-
To delete the entire array, together with any existing array elements, use the Delete method on the array itself:
!MyArray.Delete()
To delete the entire array, together with any existing array elements, use the Delete method on the array itself:
!MyArray.Delete()