Go to AVS Home Page
 Recent Releases
AVS/Express 7.3 Released
OpenViz 2.9 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Q. When can I have more than one object connected to another?

A. A reference can refer to only one object (unless the referencing object is an array). A given object may have a number of objects referring to it though. This is analagous to pointers in C. A pointer can point to just one memory location at a time. However, multiple pointers can all point to the same place in memory.