Closed Tor012 closed 1 year ago
Hi @Tor012,
is there a way in VBScriptEngine to check how many parameters a script method has?
Unfortunately, no. We are not aware of a way to check the parameter count of a VBScript function. There seems to be no way to do it in script code, nor is the parameter count exposed via IReflect
.
Sorry!
OK, too bad. Thank you.
Hello,
is there a way in VBScriptEngine to check how many parameters a script method has?