I have a while(TRUE) loop that I need to break...Only way I can think to do this is with a if then goto. I know that is poor programming. What is the best way to brake this loop?