BitArray: Item (let)

Item

Sets the value of a specific bit in the array.

 Public Property Let Item(
	  ByVal Index As Long,
	  ByVal RHS As Boolean )

Parameters

Index
[ByVal] Long. The specific bit to set.
RHS
[ByVal] Boolean. The value to set the specified bit to.

Remarks

The index is zero based.

Read/Write.

See Also

Project VBCorLib Overview | Class BitArray Overview