如题 :我定义了一个静态数组buf:array[1..2048000]of char 程序运行的时候 提示好像溢出。
但是我查看了array的帮助,如下:Static array types are denoted by constructions of the formarray[indexType1, ..., indexTypen] of baseTypewhere each indexType is an ordinal type whose range does not exceed 2GB. 
我不明白 这个不超过2GB是什么意思,不是2*1024^3 这个数吗?
希望各位大侠能够解答一下