Define different set of function / sub parameter

  • Thread starter Thread starter Kalim Julia
  • Start date Start date
K

Kalim Julia

does Anybody know how to define a multiple set of parameter (like
OleDbCommand's parameter - there are 4 sets of parameter)
 
write 4 functions with same name but different parameters.
for example:
function func() as integer
function func(byval i as integer) as integer
function func(byval i as integer,j as integer) as integer
function func(byval i as integer,j as integer,s as string) as integer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top