Does anyone know if there is a way to make VB use short circuit evaluation because right now I have to have tons of nested if statements in order to make my parsing program run somewhat fast. I should ...