Deleting an Array
- Last UpdatedOct 24, 2022
- 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()