Constructors: NewBooleans |
Initializes a Boolean array with elements copied from Values.
Public Function NewBooleans( ParamArray Values ( ) As Variant ) As Boolean ( )
The values need to be convertable to a Boolean or an exception will occur.
The array is zero-based.
If no values are passed in then an empty array is returned, not a null array.