Subj : JSVAL_TO_INT and INT_TOJSVAL for unsigned 64 bit integers To : netscape.public.mozilla.jseng From : mkarekar@vistaar.com (Manoj Karekar) Date : Thu Apr 08 2004 05:16 am Hi, Is there any support to convert 64 bit unsigned integers to jsval and back ? I am trying to use INT_TO_JSVAL and JSVAL_TO_INT but it corrupts the value probably because it only supports integers upto 30 bits. Is there any solution or work around to get rid of this problem ? Thanks and Regards Manoj Karekar .