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
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.