单选题
在窗体的通用声明处有语句Dim a() As Single,以下重新定义数组的语句中,正确的是________
A、
ReDim a(3,3):ReDim a(3,4) As Double
B、
ReDim a(3,3):ReDim Preserve a(4,4)
C、
ReDim a(3): ReDim a(3,3) As Double
D、
ReDim a(3,3):ReDim Preserve a(3,4)
【正确答案】
D
【答案解析】
提交答案
关闭