I'm using a Do...While loop in my easytrieve code and I'm wondering if there is a statement to break from the loop. I'm using the Do...While loop to search for a string from an array, and if it finds it, it increments a counter variable and I want the loop to quit.