Hi,

I am having a real problem with this. I want to convert a string '08' to an integer 8, but the parseInt function seems to return 0 for this string... It also seems to do the same with '09'.

All values less than 8 work fine though .. ?

Does anyone know of a function that converts these strings correctly?