Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
On 16/02/2003 at 00:53, xxxxxxxx wrote:
var array = new(array,n); array[i] = object;