ArrayList: CopyToEx |
Copies a specified number of the items to an Array.
Public Sub CopyToEx( ByVal Index As Long, ByRef DstArray As Variant, ByVal ArrayIndex As Long, ByVal Count As Long )
The destination array must be large enough to hold the number of elements being copied.
Class ArrayList Overview ArrayList Properties ArrayList Methods CopyTo Count (get)