@Jon@Leo
Can a Run() Evaluator function, usable in the Script Modifiers (and other places Evaluator functions run), be implemented using syntax like this:
*@eval: =Run("userCommand_Or_ScriptAddIn or external exe like dopusrt.exe)
*@eval: returnVal = Run(cmdStringVariable, [async |sync])
The use case is that a Dopus script or external exe can then be run when @eval: modifier statements execute.
I tried the suggestions but the code does not run when the @eval statements run.
Would you kindly provide an actual example for running a UserCommand script when the @eval: code is run (from the Modifiers section of a JScript coded button).
I still don't understand what you need this for, sorry. You can already run commands that the Evaluator generates (via the way I said in the other thread), and external commands don't usually return useful values (at best they'll sometimes indicate failure or success).