Dim 委員() As String --->動態陣列 ReDim 委員(10,3) As String --->程式中補充宣告矩陣大小(矩陣值歸零) ReDim Preserve 委員(10,5) As String --->程式中補充宣告 ...
確定! 回上一頁