• 2022-07-29
    对动态数组a(),若原数组为a(5),要改变数组为a(10)时,为保证其数组内的数据不丢失,应使用()语句进行定义。
    A: Dima(10)
    B: ReDima(10)
    C: ReDimPreservea(10)
    D: Dima(5To10)