I write my Crystal Reports formulas using basic syntax. There are occasions when I want to exit a formula before executing the last instruction. How do I do that? What keyword do I use? I've tried EXIT and END and EXIT SUB and EXIT FUNCTION and STOP and QUIT. I've tried GOTO a label name and that's no good either. Just what is the magic word to do this?