BitArray: Length (let)

Length

Sets the number of bits represented in the array.



 Public Property Let Length(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. The number of bits to represent.

Remarks

If the length of the array is increased, then the newly available bits are set to 0 (False).

Read/Write.

See Also

Project CorLib Overview

Class BitArray Overview