cArray: NewArray |
Creates an array of values.
Public Function NewArray( ByVal ArrayType As ciArrayTypes, ParamArray ArrayElements ( ) As Variant ) As Variant
Elements of a size that are a multiple of 4 will not create a new array when being returned. All other datatype sizes will cause a new array to be created.
Project VBCorLib Overview Class cArray Overview cArray Properties cArray Methods LastIndexOf Reverse