Hi,
I’m trying to pass parameters to a script in the Event Juggler. Unfortunately, everything arrives in the script as a single string. The parameters are all passed together as the string ‘parameter1,parameter 2’. This makes the evaluation in the script very complex. Is there a better way to do this?
Hello,
Thank you for reaching out. Could you try adding a new line (%nl
) before each argument to see if it changes the passed parameter format? From my side, this approach seems to help separate the parameters more clearly.
Let me know if this improves the behavior.
Kind regards,
same here, in “testing mode” via CLI it works perfectly (-i 11 -i “20002” -i 1111) but arguments trought input/output arguments field are sent together as string (as you said). Now i hotfix it by creating separator
Hello, adding a new line (%nl) did not make any differnence.
Please change & document this.
This topic was automatically closed after 60 days. New replies are no longer allowed.