Re: how do people feel about exit function from loop

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



But, what is gained here other than superfluous verbosity over

Nothing, really. I prefer this style so that variables are
self-documenting, rather than having to be commented in order to ensure
comprehension. It also discourages variable name conflicts (i.e., if you
were using column and character, for instance).


Rob


.