[Laszlo-dev] new Array() vs Array()

Donald Anderson dda at ddanderson.com
Tue Apr 22 12:52:11 PDT 2008


new Array(a, b, c, d) seems right to me.

On Apr 22, 2008, at 3:42 PM, Henry Minsky wrote:

> In the md5 library in lzpix, it says
>
>   return  Array(a, b, c, d);
>
> Which doesn't make the flex compiler happy.
>
> Would saying
>
>   return new Array(a, b, c, d);
>
> be equivalent?
>
>
>
> -- 
> Henry Minsky
> Software Architect
> hminsky at laszlosystems.com
>


--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-547-7881
email: dda at ddanderson.com
www: http://www.ddanderson.com




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20080422/5afa3d61/attachment.html


More information about the Laszlo-dev mailing list