|
Author |
Topic: array of objects (Read 333 times) |
|
benelek
|
array of objects
« on: Jan 21st, 2003, 1:00am » |
|
hrm, well Proce55ing asked me to send this code to you ("Error while compiling, please send code to bugs@proce55ing.net"): Code: //one array of different objects objects[] moo = { 3,2.5,A } |
|
|
|
|
|
Glen Murphy
|
Re: array of objects
« Reply #1 on: Jan 21st, 2003, 3:53am » |
|
There's built-in 'objects' class - it's Object. Object[] moo; Assigning a variety of things to it is another story, however.
|
|
|
|
|