cArray: Clear

Clear

Clears a portion of the elements in an array.



 Public Sub Clear(
	  ByRef Arr As Variant,
	  ByVal Index As Long,
	  ByVal Count As Long )

Parameters

Arr
[ByRef] Variant. The array to clear elements from.
Index
[ByVal] Long. The starting element to being clearing.
Count
[ByVal] Long. The number of elements to be cleared.

Remarks

See Also

Project VBCorLib Overview Class cArray Overview cArray Properties cArray Methods ciArrayTypes Copy