delete line

Examples


The delete line statement runs the delete line script associated with a scrolling window.

Syntax

delete line scrolling_window_name

Parameters

scrolling_window_name – The name of the scrolling window from which the current line (based upon the contents of the table buffer) is to be deleted. The scrolling window must have a delete line script.

Comments

The delete line script for the scrolling window must contain the instruction to delete the item, typically a remove statement.


Documentation Feedback