Is it possible to specify multi-line program arguments ?
Answered
The instructions here work but I am not able to get it to preserve "CR/LF" as specified in the input.
Ex. I want to have the following input:
(line # 1) 4
(line # 2) 100 200 300 400 500
When I reopen the Configuration Dialog (Program Arguments) it shows each input on a separate line.
4
100
200
300
400
500
Please sign in to leave a comment.
No, it's not possible. Read the parameters from file instead.