01-21-2012, 06:21 PM
(01-21-2012, 06:18 PM)AceInfinity Wrote: Found a couple unhandled errors lol, otherwise, it's decent Restrict the number of digits that can be inputted, otherwise add a logical statement to check the number of digits before it tries to evaluate that. Also, It still accepts Alt Chars.
Hmm, that's definitely something to do in the update. How could I restrict the characters without hand-doing it, if that makes sense? I have a section of code inside the source which stops you from entering letters, but how can I block all/every character besides integers?
Restricting the amount of characters shouldn't be too hard, to be honest. I'll start working on it now.