I’ve just discovered VBScript’s GetRef function, which gets a reference to the function named by its argument. Is there any way to get a reference to a method in this way? I have a hunch that VBScript doesn’t offer the sophistication of binding needed to do so, but it would sure be nice.
I’ve just discovered VBScript’s GetRef function, which gets a reference to the function named
Share
No,
GetRefdoesn’t support class methods.