Re: receiving int64 value

Tech-Archive recommends: Fix windows errors by optimizing your registry



Anthony Jones wrote on 19/03/2008 18:01:

do you confirm that JScript can not receive int64 values ?
is there any method I can use to bypass this issue ?

JScript is likely using a double internally to handle this size of number.
Can you send a double instead?

double, if they comply with IEEE - I expects they do - store the
mantissa on 52 bits, I will obtain a wrong value for int larger
than that, but I think that my values are under +/- 48 bits
(have to check), it could be a solution.

thanks for this idea.
Sylvain.
.