Page 1 of 1

Inputting multiple variables at once?

Posted: Mon Apr 27, 2020 12:47 pm
by DanMcKinney
Is there a way to input more than one variable at once? I've got over a dozen different variables to enter into a routine, and a multi-input box would be preferable to writing lines for a dozen inputs.

Re: Inputting multiple variables at once?

Posted: Mon Apr 27, 2020 1:34 pm
by Oleg
If you want input manually then only one variable at a time.
But you can make text file. For example you can put one value per line in Notepad™
The task can read it and put values into variables in the loop.

Re: Inputting multiple variables at once?

Posted: Mon Apr 27, 2020 3:56 pm
by DanMcKinney
Thanks, Oleg!