Previous Next Up Title Contents Index Functions Index Top Library

MOVE ELEMENT

PXMOVE_ELEM


CALL SEQUENCE

void pxmove_elem (
)

EFFECT

Move the specified element within the open structure to the element pointer.

The specified element in the open structure is relocated after the element pointer. The element pointer is then updated to point to the element that was moved. If the specified element does not exist, no action takes place.

The current structure edit mode is ignored for this operation. The element is inserted.

ERRORS

8
Ignoring function, function requires either the state STNOP or the state STOP.

SEE ALSO

Copy all elements from structure, see pcopy_all_elems_struct

Copy element from structure, see pxcopy_elem_range_struct

Copy element range from structure, see pxcopy_elem_range_struct

Move element range, see pxmove_elem_range

Open non-retained structure, see pxopen_nr_struct

Open retained structure, see popen_struct

Inquire structure status, see pinq_struct_status

Inquire structure identifiers, see pinq_struct_ids


Previous Next Up Title Contents Index Functions Index Top Library