An array of objects

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 15/02/2003 at 15:04, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.012 
Platform:    Mac  ;  
Language(s) :   C.O.F.F.E.E  ;

---------
Is it possible to create an array (new(...)) that can store object pointers?
I want to be able to store stuff like this:

var object=document->FindObject("Cube");
buffer _=object;

How can I do it?
Thank you in advance.

Rui Batista

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 16/02/2003 at 00:53, xxxxxxxx wrote:

    
    
    var array = new(array,n);  
    array[i] = object;