Side navigation
#12013 closed bug (invalid)
Opened July 05, 2012 07:28AM UTC
Closed July 05, 2012 12:51PM UTC
Problem on parseInt of '08' and '09'
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello, I have a problem with the function parseInt() :
parseInt('01') => 1
parseInt('02') => 2
parseInt('03') => 3
parseInt('04') => 4
parseInt('05') => 5
parseInt('06') => 6
parseInt('07') => 7
'''parseInt('08') => 0
parseInt('09') => 0'''
I don't understand why I have those results with '08' and '09'.
Best regards,
Max
Attachments (0)
Change History (1)
Changed July 05, 2012 12:51PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Ask on a forum.