VB Code:
if condition then ... end ifVB Code:
if not condition then exit sub end if ...
Which of these 2 should we generally use? I don't know if it's just a matter of taste of using exit or not, but I like using it, although the code looks kind of messy if someone else reads it. Is there anything wrong about this?




Reply With Quote