Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个定义的数组:
Private shapePoints(picWidth, picHeight) As Integer
我需要在代码中重新更改此数组的大小。
我该怎么做?
ReDim shapePoints(picWidth, picHeight)