The current while loop executes and then checks the termination condition. This is known as a do while loop. First you "do" then you "check". Can you add a "while do" loop. This would first check the termination condition and then either execute or not. I know I can put a do while loop in a case structure and build the same functionality as a while do loop, but it would be much easier if I could just configure the while loop to check first then execute or execute and then check.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 2 kudos within 2 years after posting will be automatically declined.