otherside
Well-known member
Hey guys, im sure there is some way but yet i cant find it
how can you make an argument in a function optional
example:
function doit(byval as string)
i want to be able to call it both as
doit()
and
doit("one")
any ideas except overriding ?
how can you make an argument in a function optional
example:
function doit(byval as string)
i want to be able to call it both as
doit()
and
doit("one")
any ideas except overriding ?