Is there ways to create optional arguments to functions in vb script allowing you to write functions something like...
myFunc(\"happy\") myFunc(\"happy\", 1,
How about overloading?