Example: Destroy<Type-Name>Array

This example destroys a byte array:

ByteArray array0;
array0 = Create2DByteArray(0, 2, 0, 5);
DestroyByteArray(array0);