Heir_Field

Synopsis

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.

Parameters

nchild

An integer that sets the number of fields.

child_field[nchild]

An array of fields, nchild long

Examples

none.

Files

v/fld.v.

See Also

none.