Subchapters:
 
 
  
  
  
 
 |  | 
The structures
 
It's possible to define new types of data in IDL. This new type is called structure, and
is a collection of types, like scalar, strings, floating point real, arrays, complexes, or even other
structures. The interest is in arrays of structures. 
  |