Parameter Name | Data Type | Possible Values | Default |
---|---|---|---|
ARGUMENT_SPLIT_CHARACTER | String | none |
Use this parameter to specify a split character for the arguments you are using when executing an external command.
E.g. when you would start your executable from the command line with some arguments like this: COMMAND ARGUMENT1#ARGUMENT2#ARGUMENT3 then you would enter the '#' as the argument split character.
If you do not make use of an argument split character but your executable needs several arguments such as COMMAND -ARGUMENT1 -ARGUMENT2 -ARGUMENT3 you should enter a character which does not appear in the arguments.
The Argument Split Character is an optional parameter.