XML Feeds

.

[javascript-dev] array of newobject of type "Number Box"

Liam Donaghy donaghy_liam at hotmail.com
Mon Dec 3 09:39:36 MST 2007


Hi,

I am trying to dynamically create an array of objects and this works fine for toggle, e.g 

a = patcher.newobject("toggle",122,90,15,0);

but how do you create a newobject for "Number Box" as it fails e.g

a = patcher.newobject("Number Box",122,90,15,0);

is the space in the string a problem, any help much appreciated.


More information about the javascript-dev mailing list