Bug: new array - new Array

Discuss all problems you have with Servoy here. It might help to mention the Servoy version and Operating System version you are using

Bug: new array - new Array

Postby WiderGates » Tue Sep 23, 2003 9:53 am

the following syntax is wrong, as stated in the "Servoy_Advanced_Programming_Guide.pdf" :

var myArray = new array(4);

var myArray = new Array(4);
is right.



Dieter
WiderGates
 
Posts: 37
Joined: Thu Aug 28, 2003 9:46 am
Location: Schnaittenbach, Germany

Bug: new array - new Array

Postby mnorman » Wed Sep 24, 2003 8:42 pm

The syntax has been corrected.

var myArray = new array(4)

now reads:
var myArray = new Array(4)

The change will be available in the next update of the Servoy_Advanced_Programming_Guide -- both for the pdf and the print version.
mnorman
 


Return to Discuss possible Issues and Bugs

Who is online

Users browsing this forum: No registered users and 14 guests