Could someone give me a very simple example of how to invoke server-side vbScript with an argument from the DoThis of an action?
Here’s a sample script that I am trying to call:
sub vbsArg(Argument)
ework.Subject = Argument
end sub
And here are a couple of failed attempts to call it:
%Script(VBScript,,%Procedure.Name,%MapName,"vbsArg",Argument1)
%Script(VBScript,,%Procedure.Name,%MapName,%"vbsArg%",%"Argument1%")