FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   array of objects
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: array of objects  (Read 333 times)
benelek

35160983516098 WWW Email
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

WWW Email
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.
 
Pages: 1 

« Previous topic | Next topic »