I have written a COM object in VB. I have created some methods with optional parameters. Now I am Using ASP/VB Script to call these methods.

I am having a problem syntactically calling these methods if I do no want to pass all the parms. Using ":=" does not work and using multiple commas seems to almost work but I seem to be using them wrong.

Any ideas??