How do I make a vb script function accept optional arugments?
Like the in build function Split() accepts two mandatory and two optional arguments, is there any way to make user defined functions do the same? "Optional" keyoword seems not to be supporter in vb script.
Like the in build function Split() accepts two mandatory and two optional arguments, is there any way to make user defined functions do the same? "Optional" keyoword seems not to be supporter in vb script.