提示报错
for i=0 to technic.GridCount-1
Set Grid = Technic.GetGridByIndex(i)
for j=0 to Grid.formulaCount-1
set formula=grid.getformulaByIndex(j)
if formula.name=zbName then
goto aa
end if
next
if j<> Grid.formulaCount-1 then exit for
next
aa:
提示报错
错误代码1024,缺少语句