PDA

View Full Version : javascript ulong left shift


pongourcom1
08-12-2006, 03:57 AM
I'm having problem with Javascript ulong left shift, in client side code. Could anybody please help me out?
Luc.

joelnet
08-14-2006, 06:59 AM
please post the code you are having troubles with


Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET

pongourcom1
08-14-2006, 07:47 AM
Example: alert(1 << 79) =>>>>> 604462909807314587353088 is expected - instead of 32768.

joelnet
08-14-2006, 08:49 AM
hrm, it could be that the ulong data-type might not be supported in javascript.


Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET