A.Form1=”VB Test” B.Caption=”VB Test” C.Form1.Text=”VB Test” D.Form1.Name=”VB Test”
已知在“通用”代碼有以下語句: Dim tt()As Integer 則,在某一事件代碼中使用()是正確的。
A.ReDim tt(3,4) As boolean B.ReDim tt(4) As String C.ReDim tt(10) D.ReDim tt( )
A.5 B.6 C.0 D.-1