The 'Length attribute of an array reports the number of elements in the array. It appears that you want to know the amount of memory used by an instance of the array. That value is found using the 'Size attribute. The 'Size attribute reports the number of bits needed for the array.