Pataj
11 years agoNew Contributor
Arguments in command line
Hi,
I want to launch a command line and a routine with 1 argument.
function runTest(msg)
{
Log.Message("Message : " + msg)
}
I read in the help "The routine to be called must not use parameters or return any values"
How I can pass easily this argument to the routine (create an exchange file, ...) ?
Thanks for you help
I want to launch a command line and a routine with 1 argument.
function runTest(msg)
{
Log.Message("Message : " + msg)
}
I read in the help "The routine to be called must not use parameters or return any values"
How I can pass easily this argument to the routine (create an exchange file, ...) ?
Thanks for you help