Re: Textbox.text, Input to Integer
From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 05/20/04
- Next message: D P: "VB.NET Error .... details explained inside. HELP!!!"
- Previous message: Cor Ligthert: "Re: Textbox.text, Input to Integer"
- In reply to: Keith Wilson: "Re: Textbox.text, Input to Integer"
- Next in thread: Chad Z. Hower aka Kudzu: "Re: Textbox.text, Input to Integer"
- Reply: Chad Z. Hower aka Kudzu: "Re: Textbox.text, Input to Integer"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: D P: "VB.NET Error .... details explained inside. HELP!!!"
- Previous message: Cor Ligthert: "Re: Textbox.text, Input to Integer"
- In reply to: Keith Wilson: "Re: Textbox.text, Input to Integer"
- Next in thread: Chad Z. Hower aka Kudzu: "Re: Textbox.text, Input to Integer"
- Reply: Chad Z. Hower aka Kudzu: "Re: Textbox.text, Input to Integer"
- Messages sorted by: [ date ] [ thread ]