I would like to use 2 variables with the same value from one input line.
Current:
Input>maxrows,How many workorders will need to be opened?
I want to populate 2 variables "maxrows" and "maxrows1" with the value from the one input box. Not sure if it is easier to possibly store the max value of "maxrows" from the input box for later use in the script......
I am open to any suggestions.


I did try this but it doesn't work the way I thought it would... I tried following the value thru the script to see that it doesn't like the Let> change it over to the new variable name.
Wait>3
Input>maxrows,How many workorders will need to be opened?
message>%maxrows%
wait>5
Let>%maxrows%=maxrows1
message>%maxrows1%
Wait>50