DoLabel(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DoLabel − Create a label organizational object
SYNOPSIS
C:
DtObject DoLabel(label)
DtInt label;
Fortran:
INTEGER∗4 DOLL(LABEL)
INTEGER∗4 LABEL
DESCRIPTION
DoLabel creates a label organizational object. The parameter label marks a special location in the group. They can be placed anywhere within the group. There may be more than one location with the same label; however, functions using labels search for the first occurrence of a given label starting at the position of the current group element pointer. Labels have no effect during group execution.
SEE ALSO
DgDelEleBetweenLabels(3D), DgInqElePtr(3D), DgSetElePtrRelLabel(3D)
September 29, 2021