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)