not really a bug but a mistake in the manual(s)

The advanced programming guide speaks about defining an Array like:

var myArray = new array()…

This should be:

var myArray = new Array()…

The advanced programming guide speaks about defining an Array like:

var myArray = new array()…

This should be:

var myArray = new Array()…

This error has been corrected in the next version of the Advanced Programming Guide.


Marc Norman
Servoy

mnorman:
… in the next version of the Advanced Programming Guide.

When will this be released?

Thanks…

When will this be released?

Look for the release and availability of updated and expanded manuals for Servoy Developer, Servoy Client, Servoy Application Server, and the Advanced Programming Guide about a week following the release of Servoy 1.2.


Marc Norman
Servoy