请教!!!在DELPHI中调用函数时如何传递多维数组????? 问题点数:5、回复次数:1Top
type userarray=array[1..5][1..5] of integer; 然后再用它 参数里写这种类型 procedure a(var1:userarray);Top