VB6中Sub和Function之间有什么区别?

前端之家收集整理的这篇文章主要介绍了VB6中Sub和Function之间有什么区别?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在经历一些老的VB代码,我跑这样的函数定义 –
Private Function ExistingCustomer(Index As Integer,Customer As String) As Integer

 Private Sub cmdCustomerList_Click()

有什么不同?

函数返回值,Sub不。就是这么简单。
原文链接:https://www.f2er.com/vb/256373.html

猜你在找的VB相关文章