Is it possible to specify multi-line program arguments ?
已回答
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
请先登录再写评论。
No, it's not possible. Read the parameters from file instead.