void pcond_skip_elements(
Pint skip_count, /* number of elements to skip */ Ptest *test /* condition test */
)
Depending on the edit mode, a Conditional Skip Elements element is inserted into the open structure after the current element or replaces the current element. The newly inserted element becomes the current element.
Depending on the result of the condition test, this element causes the traversal to skip skip_count elements if test succeed. Otherwise, the traversal continues with the next element.
If test succeed and if skip_count is greater than the number of remaining elements, the traversal terminates the current structure.
See CONDITIONAL EXECUTE STRUCTURE for more detail concerning condition test content.
Conditional instance structure, see pcond_inst_struct
Conditional return, see pcond_return
Conditional skip to label, see pcond_skip_to_label