i know one method like
plz send me another type......?
Code:
sub add(x,y) call mul(a,b) end sub
plz send me another type......?
Public Sub Add(ByVal x As Integer, ByVal y As Integer) 'do stuff End Sub
Private Sub Add(ByVal x As Integer, ByVal y As Integer) 'do stuff End Sub
Comment