Using the select case statements, after a case is found true and I branch off to a sub routine then return does it return where it jumped from and look for the next true case statement or just exit the select?
Thanks.