Hallo!
Leider habe ich ein Problem, beim parsen:
alert(parseInt("07")); -> 7
alert(parseInt("08")); -> 0
alert(parseInt("09")); -> 0
alert(parseInt("10")); -> 10
Warum bekomme ich bei "08" und "09" das ergebnis 0?
Gruß,
gondor(..)
Hallo!
Leider habe ich ein Problem, beim parsen:
alert(parseInt("07")); -> 7
alert(parseInt("08")); -> 0
alert(parseInt("09")); -> 0
alert(parseInt("10")); -> 10
Warum bekomme ich bei "08" und "09" das ergebnis 0?
Gruß,
gondor(..)