Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
Instead of break, I'd then use a "return false" for your error condition and a "return true" in your else statement. That way, in your loop, you can check the result of your "RunInstallation" function. If it returns false, then break, if it returns true, continue.