Re: integers and arrays in Java - how?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: integers and arrays in Java - how?

From: Robert Baer <robertbaer@earthlink.net>
Date: Fri Mar 31 2006 - 13:27:24 CEST

Thomas 'PointedEars' Lahn wrote:

> RobG wrote:
>
>
>>Robert Baer wrote:
>>
>>> But "int" not only does not work, it also prevents reading X and Y
>>>coordinates of the mouse.
>>
>>There is no 'int' type in JavaScript. Variables are typeless, their
>>values have types.
>
>
> Not quite true. There is an `int' type, and variables can be strictly
> typed, in JavaScript 2.0. However, that is not implemented in a browser
> yet.
>
>
> PointedEars
   -->THAT<-- explains why "int" does not work, and possibly why it
kills the mouse coordinates.
   Will get my HTML with Jave code from my othe OS and drive for posting.
Received on Mon May 1 04:33:55 2006