最佳答案
如何从函数返回结果?
例如:
Public Function test() As Integer
return 1
End Function
这会产生编译错误。
我如何使这个函数返回一个整数?