Posts: 40,483
Threads: 491
Joined: Aug 2002
That should have worked then. Try making them local variables. You don't need that information to hang around, and there may be something about them being globals that's an issue perhaps. Probably not but worth a try. Also just check the logs and see if it logged anything of interest.
Dean Roddey
Explorans limites defectum
Posts: 434
Threads: 125
Joined: May 2013
Okay, I tried "seventy three, LVar:CQCActParm_3, LGVar:ErrMsg" as the parameter (the quotes I just added for here), and I get "Class MEng.User.CQC.Num2Num entry point needs 3 parms, but 4 were provided".
If I add quotes then I get it that only one parameter was provided.
Thank you
Posts: 40,483
Threads: 491
Joined: Aug 2002
Oh, wait, when running a macro from an action, it wants space separated values, quote where necessary to avoid ambiguity, so:
"seventy three" LVar:CQCActParm_3 LGVar:ErrMsg
should work. As per the RunMacro action command docs:
http://www.charmedquark.com/Web2/CQCDocs...ge=/Macros
Dean Roddey
Explorans limites defectum