:confused: I've almost accomplished getting method parameter name and values.
TestScripting("I hope this works")
Public Sub TestScripting(ByVal A As String)
Dim oscript As New MSScriptControl.ScriptControl
oscript.Language = "VBScript"
For Each oParm As ParameterInfo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.