04-03-2012, 11:00 PM
Having Optional parameters in a function is not possible in VBscript.
You can use dictionary objects / arrays and pass the values to a function if
you want to have flexible no of arguments.
You can use dictionary objects / arrays and pass the values to a function if
you want to have flexible no of arguments.