otherside
Centurion
Hey guys, i'm sure there is some way but yet i can't 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 ?