DgDelEle(3D) — Stardent Computer Inc. (\*(Dd)
NAME
DgDelEle − Remove elements from the currently open group
SYNOPSIS
C:
void DgDelEle(count)
DtInt count;
Fortran:
CALL DGDE(COUNT)
INTEGER∗4 COUNT
DESCRIPTION
DgDelEle deletes count number of elements from the currently open group. The deletion starts at the position of the element pointer in the currently open group. If its position in the group plus count is larger than the total number of elements in the group, all elements from the element pointer position to the end of the group are deleted. If the element pointer position plus count is smaller than the total number of elements in the group, the element pointer points to the element positioned after the last one that was deleted.
ERRORS
DgDelEle will fail if no group is currently open.
[WARNING - a group is not currently open]
SEE ALSO
DgDelEleBetweenLabels(3D), DgDelEleRange(3D), DgEmpty(3D), DgInqElePtr(3D), DgSetElePtr(3D)
September 29, 2021