November 29, 201114 yr Newbies I have installed the current version of ScriptMaster and watched the demo which enabled me to understand how to install the function I want to call (currently RunShellScript) what I don't get is how to activate it in my solution. For example if I want to add a button to my layout that executes a specific shell script using this function, how do I define the button or what do I place in a script that the button can then call? The documentation is really clear on how to get the functions into my solution, but very muddy on how to put them into use. If there is a good location to find examples in use, I'd love to see that resource. -Thanks
November 30, 201114 yr You would need to use SetField or SetVariable as a means to call the function. Provided it is registered properly, the function will return a value or "ERROR" when called.
Create an account or sign in to comment