自己在模块中定义了一个类型:
public type table
  a          as integer
  b(2047)    as integer
  c(2047)    as string * 12
end type它使用在一个窗体中的函数中:dim  dd  as table但是每次运行的时候,总是显示"There are a lot of dynamic local variables. "这是怎么回事呀?有办法解决吗?