[javascript-dev] array of newobject of type "Number Box"
Liam Donaghy
donaghy_liam at hotmail.com
Mon Dec 3 09:39:36 MST 2007
- Previous message: [javascript-dev] Inheritance...
- Next message: [javascript-dev] array of newobject of type "Number Box"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [javascript-dev] Inheritance...
- Next message: [javascript-dev] array of newobject of type "Number Box"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
