I was wondering, does VB have any way to support short circuit evaluation of if statements, or any other Boolean statements for that matter? I've never seen any, and I was just wondering if it can be done. It's not particularly important, but it would a lot cleaner to write
if x=a and not b...