For one of my queries I need to ask the same question a number of times until the user decides that they've inputed enough parameters. This leads me to two questions.
1) Is it possible instead of asking the same question multiple times, to in some way have someone input multiple variables once (perhaps by checking off boxes or listing multiple parameters together).
2) If I do have to keep asking the same question over and over, how can i set it into a loop so that if I leave the parameter question blank, then it will then compile as opposed to asking again.
1) Is it possible instead of asking the same question multiple times, to in some way have someone input multiple variables once (perhaps by checking off boxes or listing multiple parameters together).
2) If I do have to keep asking the same question over and over, how can i set it into a loop so that if I leave the parameter question blank, then it will then compile as opposed to asking again.