我在以前用过“&”在程序中,这次再用时,却出现了问题,具体如下:
我定义了一个数组
for i=1 to 3
ii=alltim(str(i))
dime marrayxh&ii[10]
store 0 marrayxh&ii
endfor
aa=1 到这都正常
marrayxh&aa[a.xh]=a.xh 到这出错了,总说找不到变量。
注:a.xh是a区里表xh字段。
------解决方案--------------------------------------------------------
^_^