Description:
Resizes the array. Data stored at the positions that remain valid after resizing is preserved during the operation.
Syntax:
Resize (NewSize As Long)
Parameters:
Name |
Description |
NewSize |
New size of the array. |
Return Value: N/A
Bits Per Pixel:
N/A
Sample:
None