VB6中Sub和Function之间有什么区别?
发布时间:2020-12-16 22:18:38 所属栏目:大数据 来源:网络整理
导读:我正在经历一些老的VB代码,我跑这样的函数定义 – Private Function ExistingCustomer(Index As Integer,Customer As String) As Integer Private Sub cmdCustomerList_Click() 有什么不同? 函数返回值,Sub不。就是这么简单。
我正在经历一些老的VB代码,我跑这样的函数定义 –
Private Function ExistingCustomer(Index As Integer,Customer As String) As Integer Private Sub cmdCustomerList_Click() 有什么不同?
函数返回值,Sub不。就是这么简单。
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |