Hier_Field


Synopsis

Creates an array of Fields.


group Hier_Field {
int nchild; /* number of sub-fields */
Field child_field[nchild]; /* sub-fields */
};

 

Description

Hier_Field defines an array of Fields. Note that supplied AVS/Express base modules and macros do not process Hier_Fields.

Subobjects

nchild

An integer that sets the number of fields.

child_field[nchild]

An array of fields, nchild long.

Files

v/fld.v

See also

Not applicable.