How can I convert a long integer (as a string) to a numerical format in Javascript without javascript rounding it?
var ThisInt = \'9223372036854775808\' aler
Just use Number(ThisInt) for this instead of Int or float