Do while loop

Hi ,

I want to put two conditions in my Do while loop. When i tried to put two it will exit from loop when the first condition is met. Kindly advise

Regards

jewel

You can, it will exit depending on the logical condition that you have used - OR or AND

OR - any one should be true
AND - both should be true

2 Likes