javascript ulong left shift

Discussion in 'HTML / PHP / JavaScript / CSS' started by pongourcom1, Aug 12, 2006.

  1. I'm having problem with Javascript ulong left shift, in client side code. Could anybody please help me out?
    Luc.
     
  2. Example: alert(1 << 79) =>>>>> 604462909807314587353088 is expected - instead of 32768.
     
  3. hrm, it could be that the ulong data-type might not be supported in javascript.


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

Share This Page