Re: Textbox.text, Input to Integer

From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 05/20/04


Date: Thu, 20 May 2004 14:05:29 +0200

Hi Keith,

Only to help, using a "try catch end try" for this kind of operatins is
not a good way to do.

The try .... cost a lot of time when there is an exception, while the only
error can be that the values are not numeric.

Use those exceptions catching for things you cannot see before (mostly
datahandling ).

Just an adittion, not ment as critique, so keep on helping.

Cor