Goto语句为何报错? [金字塔]
-
咨询内容:
测试代码
Sub Trade_CommandButton1_Click()
if Trade_TextBox1.Text="" then Msgbox "请输入品种代码" Goto Line end if
if Trade_TextBox2.Text="" then Msgbox "请输入交易数量" end if
if Trade_TextBox4.Text="" then Msgbox "请输入交易价格" end if
Line: Application.MsgOut "委托单填写不全"
End Sub
执行后报错1024 说Goto行缺少语句? 请问问题在哪里,VB中没有问题啊来源: CXH99.COM
-
金字塔客服:
不支持goto语句
-
用户回复:
改用on error resume next
有思路,想编写各种指标公式,程序化交易模型,选股公式,预警公式的朋友
可联系技术人员 QQ: 511411198 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容