Next: A Word about using
Up: MICdynamicdisplay
Previous: Syntax
  Contents
MICdynamicdisplay defines a set of mic-code to be repeated until a
valid stop condition is met. This may be either:
- The loop has iterated a number of time equal to the number
defined by the numdisplay attribute in the associated MICgroup
tag4.9
- There are no more valid pre-defined fields to be displayed and
note that the group is not marked for dummyok.
- The total number of fields displayed for all calls to this page
is equal to the number defined by the maxnum attribute.
The optional numvar parameter will allow one to specify the name of an
index variable for use within the MICdynamicdisplay block. This
variable will hold the index of the current iteration. If not
specified, there is no default and the value will simply not
exist. The recommended name for this variable is ``$index.''