>> Stephen Gissendaner: here is code that works calling javascript ...
Yes, it really works. Thanks!
However, I am trying to call JS function with argument{s}. For example, if function testPrint was ...
function testPrint(num) {
return("javascript working now. Argument is: " + num);
}
... how would output macro ^jstestprint look like ?
Supposing an int input-argument, I am trying with:
^jstestprintarg(^param_from_rule) javascript permanent call string testPrintArg(^param_from_rule) int
However, there is no matching!?
Could you please help?