Rss & SiteMap

金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/

专业程序化软件提供商
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:vbs编程中,goto语句不能用?

1楼
qq代人发帖 发表于:2013/9/4 14:17:24
请教:vbs编程中,goto语句不能用?
2楼
qq代人发帖 发表于:2013/9/4 14:24:26
提示报错
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,缺少语句
3楼
rushtaotao 发表于:2013/9/4 14:44:30
不能用的 vbs不支持goto 
共3 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in 0.05469 s, 2 queries.