AST_REMOVEROW

Remove a row from a table

Description:

This function removes a specified row from the supplied table. The routine returns without action if the row does not exist in the Table (no error is reported).

Invocation

CALL AST_REMOVEROW( THIS, INDEX, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Table.
INDEX = INTEGER (Given)
The index of the row to be removed. The first row has index 1.
STATUS = INTEGER (Given and Returned)
The global status.