J
John
Hi
I am new to classes and trying to get a grip on its concepts. I have a
function defined within a class as below;
Public Class Staff
Public Function CreateUser(ByVal Username As String, ByVal Password As
String, ByVal Email As String, ByVal ErrMsg As String) As Boolean
End Function
End Class
What do I need to do to call this function from elsewhere?
Thanks
Regards
I am new to classes and trying to get a grip on its concepts. I have a
function defined within a class as below;
Public Class Staff
Public Function CreateUser(ByVal Username As String, ByVal Password As
String, ByVal Email As String, ByVal ErrMsg As String) As Boolean
End Function
End Class
What do I need to do to call this function from elsewhere?
Thanks
Regards