Allright, before I completly go insane...
How the heck do I get a double from a String in ASP\JAVASCRIPT
I'm sure its something relaly easy but ive been coding for a good 12 hours now and im starting to see colors in random places...
Printable View
Allright, before I completly go insane...
How the heck do I get a double from a String in ASP\JAVASCRIPT
I'm sure its something relaly easy but ive been coding for a good 12 hours now and im starting to see colors in random places...
CDbl()?
I dont know if that works but its funny because my joke wasen't a joke after all.
turns out that... parsing a double is as easy as.....
parseFloat();
:blush: