Labfans是一个针对大学生、工程师和科研工作者的技术社区。 | 论坛首页 | 联系我们(Contact Us) |
![]() |
|
![]() |
#1 |
初级会员
注册日期: 2009-06-15
帖子: 6
声望力: 0 ![]() |
![]()
把控件的脚本改成这样
Sub TextBoxEvent_Start() Rem TODO: Add your code here End Sub Sub TextBoxEvent_Exec(Inputs,Outputs) Outputs(0).Value = TextBox.Text End Sub Sub TextBoxEvent_Stop() Rem TODO: Add your code here End Sub |
![]() |
![]() |