Argument not specified for parameter public sub new

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manojpolawar
    New Member
    • Jul 2007
    • 1

    Argument not specified for parameter public sub new

    anybody have an idea on what i am doing wrong here,

    Argument not specified for parameter 'JobTitle' of 'Public Sub
    New(JobTitle As String, NumberOfEmploye es As Integer)'.
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    #2
    Originally posted by manojpolawar
    anybody have an idea on what i am doing wrong here,

    Argument not specified for parameter 'JobTitle' of 'Public Sub
    New(JobTitle As String, NumberOfEmploye es As Integer)'.
    Please post your code so that we have a better idea of what is causing this problem.

    Nathan

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      You left out half of what we needed to see.
      But I would say that whenever you are calling that function, somewhere, one of those paramters is being left out

      As an after thought, can subs have parameters? I thought only functions could

      Comment

      Working...