I guess I should be more specific.
For example, on 1 form you let the user enter the price of an item into a masked edit control. On another form, the user enters the quantity that he/she wants of that item.
Now, when testing my app, if I enter the [/b]the maximum numbers[/b] (99999, etc.) as the price and do the same for the quantity of items being purchased, I get a ridiculously large number that may even cause errors in my program because of the amount that variables can hold.
So, my question is, should I even worry about these super-large numbers that will probably never be entered? Or should I code the app in such a way that the user can't enter any values large enough to cause an error.
I hope you get my drift.