how to check whether a vbscript function exists from another unit
HI all,
I know (and have been using a lot) that the method GetRef is useful within a script unit to see whether a function exists or not:
Dim proc: Set proc = GetRef(procName) FunctionExist...