Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE ELEMENT RANGE

PXINQ_ELEM_RANGE


CALLING SEQUENCE

pxinq_elem_range (
)

EFFECT

Return the element type and size for the specified range of element numbers

This function is equivalent to calling Inquire Element Type and Size (routine pinq_elem_type_size) repeatedly, once for each element in the element range. If more than Length elements have been requested, the first Length are returned.

Element pointers are clamped at zero and at the maximum number of elements in the structure. Elements are returned in ascending order, regardless of the ordering of elem_pt1 and elem_pt2.

ERRORS

5
Ignoring function, function requires state STOP.
2202
Ignoring function, the length of the list is negative.

SEE ALSO

Inquire element type and size, see pinq_elem_type_size


Previous Next Up Title Contents Index Functions Index Top Library