BitArray: Item (let)

Item

Sets the value of a specific bit in the array.



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

Parameters

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

Remarks

Index is zero based.

Read/Write.

See Also

Project CorLib Overview

Class BitArray Overview