Forum Discussion

Pataj's avatar
Pataj
New Contributor
11 years ago

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 ...