What does DIM stand for in Visual Basic and BASIC?

后端 未结 10 2140
忘掉有多难
忘掉有多难 2020-11-30 20:39

What does DIM stand for in Visual Basic?

10条回答
  •  粉色の甜心
    2020-11-30 21:12

    Back in the day DIM reserved memory for the array and when memory was limited you had to be careful how you used it. I once wrote (in 1981) a BASIC program on TRS-80 Model III with 48Kb RAM. It wouldn't run on a similar machine with 16Kb RAM until I decreased the array size by changing the DIM statement

提交回复
热议问题