我声明了一个动态数组:
var
  a:array of integer;
可是在编译是出现的提示是:
variable 'a'might not have been initialized 是怎么回事?
我是在循环中使用到了该数组,运行时提示Access violation at addrres 004fe277 in module"project1.exe".write of address 000000000.
如何解决,请高人指点!