注册 登录
编程论坛 VB6论坛

VB编程

gcf123 发布于 2017-03-23 19:44, 807 次点击
Call SetLocale("en-us")
dim a as long
Private Sub Form_Load()
a=100
Call getDocument().getView().selectAt(-128.890319824219, 26.0512409210205, infoSetSelection)
Call getDocument().beginUndoGroup("Set Copy of daicai #31 Properties", true)
Call getDocument().setParameter("Copy of daicai #31", "Temperature", "a", infoNumberParameter)
Call getDocument().endUndoGroup()
End Sub
这段程序的错误在什么地方?
0 回复
1