IArray.Resize Method (console safe)
Use this method on containers that Implement the IArray Interface to resize the container.
Resize(
NewCount as Integer)
Parameters
- NewCount
- Use this parameter to specify the new size of the container.
Remarks
See Also
IArray Interface