I am going through some old VB code and I run into function definitions like these -
Private Function ExistingCustomer(Index As Integer, Customer As String)
function in vb
sub in vb
Syntax : private sub sub_name(argument/s(optional))
end sub