Possible Duplicate:
Optional Output Parameters
I am currently working in a module wherein I need to add a new out parameter to a function which has been used in so many places! Instead of adding that new parameter everywhere i wish to make it as optional. Is there a way to use out parameter as an optional parameter? Please help me.