79754409

Date: 2025-09-03 09:46:01
Score: 1
Natty:
Report link

You need to use preserve to change the size of an vbscript array while keeping the already existing elements.

The syntax works as follows:

ReDim Preserve yourArray(newSize)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bending Rodriguez