正在加载图片...
Lbound函数应用示例 Private Sub Form Click Dim A(5)As Integer Dim B(3 to 8, 200 to 208) Print LBound (A), LBound (B, 1), LBound (B, 2) End Sub 程序执行结果是:0 200Lbound函数应用示例 Private Sub Form_Click() Dim A(5) As Integer, Dim B(3 to 8,200 to 208) Print LBound(A),LBound(B,1),LBound(B,2) End Sub 程序执行结果是:0 3 200
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有