Hello everyone,<br><br>I&#39;ve just started trying PythonCard to build a simple GUI for a little application I&#39;m writing.<br>Just wondering if anyone knows the &quot;proper&quot; way to do some simple error checking:<br>
for example, I have a textField, and I wish to check that only integers within a certain<br>range are entered into it.<br><br>I know I can just enclose that block of code in a try .. except clause, just that I&#39;m not sure
<br>what to do once I&#39;ve caught say, a ValueError exception. It certainly would not be a fatal<br>error and I would like to prompt the user to re-enter the value, but how should I return to<br>that point of program execution?
<br><br>Any help from the PythonCard gurus would be appreciated. Happy holidays!<br>