Enter multiple values with InputPara
In Automatic Mouse and Keyboard, you can use the function
InputBox
to enter a single value. But if you want to enter multiple values, you can call the function
InputPara
. Each value can have a name, you can get each value with its name.
You can download the sample from
InputPara.amk
.