Hey everyone,<br><br>Here's the thing...I've used parseInt(data) to be able to do operations with the entries in specific input text boxes...It works great if the user writes the numbers correctly...but if the user enters a number with a zero in front of it (045), that number isn't used correctly...it'll be equal to 37...and 049 is equal 4 (??) I don't understand what's happening...I was wondering if there are other ways to evaluate caracters as numbers? <br><br>Hope I'm being clear...if not, let me know!<br><br>Thanks