Sub or Function: MainSub
Parameters: "My Test Script"
It throws an error!
At the end, I would like the WriteLog to output my Parameter, but I can't even get this basic script to work!
Parameters: "My Test Script"
Code:
Public Sub MainSub(ByVal MyParam As String) hs.WriteLog("Test") 'log the code entry End Sub
Code:
Running script MyScript.vb :Object reference not set to an instance of an object.->Does entry point MainSub() exist in script? at Scheduler.clsRunVBNetScript.ExecuteScript()
Comment