Write a setter which accepts an argument of type Object and convert to Number of NaN. De getter returns a Number type.
Brgds, Eduard --- In [email protected], "Cosma" <[EMAIL PROTECTED]> wrote: > > Hi > > I just learned that the Number, int and uint data types in > ActionScript cannot hold a null value. How java remoting deals with this? > > If I have an ActionScript class that maps to a remote Java class > (using the [RemoteClass]), I usually translate Integer or Long > properties to the Number data type.. but null Java objects are > converted to 0 (zero) values? > > Cosma >

