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. Can I specify that an object inherit from a primitive like int?

A. You can say,

int foo = 3; 
foo bar;

But if you save the bar object out, it will be written in V as "int bar".