Hi everybody!
I just want to ask if anyone of you know where to find a specification on what limitations there are in Javascript on the Pocket Pc 2002. I use an Ipaq. I tried with javascript .replace command... but it does not seem to work...
Example:
myStr4 = myStr4.replace(/\,/g,'.')
I have now tried to do like this instead... but I dont have the ipaq here so I cant try right now:
if(myStr4.indexOf(".") > "-1") {
var array4 = myStr4.split(".")
myStr4 = array4[0] + "," + array4[1]
}
Anyways... anyone know what u can and can't use... it's so bad error reporting so I don't get any help from that either :/
Thanks In Advance
Smash