回 帖 发 新 帖 刷新版面

主题:紧急求助

请问各位大师谁知道,我这个程序为什么不能将数组b(i,j)的计算结果添加到test.dbf中?急等。谢谢!
use test.dbf
go bottom
n1=recn()
k1=fcount()
go top
dime b(n1,k1)
copy to array b
for j=3 to K1 step 3
 for i=2 to n1 
  b(i,j)=(1-b(i,j-1)/b(1,j-1))*100
 endfor
endfor

go top
gather from b[size=3][/size][size=1][/size][size=3][/size][size=3][/size]

回复列表 (共1个回复)

沙发

非常正常。
万分感谢!呵

我来回复

您尚未登录,请登录后再回复。点此登录或注册