Repeat
Creates a new ArrayList and fills it with the supplied value the specified number of times.
Public Function Repeat(
ByRef Value As Variant,
ByVal Count As Long ) As ArrayList
Parameters
- Value
-
[ByRef]
Variant.
The value to fill the ArrayList with.
- Count
-
[ByVal]
Long.
The number of times the value is to be added to the list.
Return Values
ArrayList - A new ArrayList.
Remarks
See Also
Project VBCorLib Overview
| Class ArrayListStatic Overview