例 Dim point(21) As Double<br>但是我的陣列數量是會改變的<br>請問有沒有辦法將 () 中的數量以變數表示
試試 "ReDim" Statement.
感謝
dim point() As Double ' 程式內