My guess is that since Optional parameters are not supported in
VBScript, that the IsMissing operator will not work either. There are
some strange behaviors that can result from IsMissing anyway, and I
never use it. Instead, I give all my Optional parameters default
values that I can then check at the top of the procedure. You could
use this technique as well in VBScript by having the calling code pass
empty or specific values in parameters it wishes to omit. For example,
a Long parameter could be a -1, or a String parameter could be an empty
string or something like "[~~~OMITTED~~~]"
HTH,
Dan Read
In article <7kmb7j$mem$1...@nnrp1.deja.com>,