+ 1
Help me please! How do i split inputs multiple line ? Anyone cares ?
2 Answers
+ 5
You'll need to fill the input box at start of a script requiring user entries, with ALL the inputs needed at run time...
If you wrote a script asking user for an integer, next a string, next another string, fill the input like this, in a single time response:
5
foobar
42
It's a limitation of code playground, to not allow truely realtime in/output ^^
0
okay, i'll try. Thanks a lot @visph