Author | Message |
---|---|
JackStrauss
Posts: 236
|
Posted 17:18 Jan 24, 2013 |
I'm currently receiving an error that I can't resolve. This is my error:
Last edited by JackStrauss at
17:19 Jan 24, 2013.
|
wilcoholic
Posts: 4
|
Posted 17:21 Jan 24, 2013 |
Looks like you are trying to parse an empty string to an Integer. I'd check to make sure that the variable you are trying to parse isn't empty. |
tmyung
Posts: 11
|
Posted 17:22 Jan 24, 2013 |
are you entering a decimal, dollar sign or comma to your entry? |
tmyung
Posts: 11
|
Posted 17:23 Jan 24, 2013 |
^ this makes more sense |
JackStrauss
Posts: 236
|
Posted 17:26 Jan 24, 2013 |
Thanks to all. I'll take a look and see what I can do. |
JackStrauss
Posts: 236
|
Posted 18:49 Jan 24, 2013 |
Actually....I figured out the problem.... This happens when you don't validate data, ha, ha. Also, I had to refresh my browser.
|