% @(#)deleterow.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:31 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT computrow.hlq %.AUTHOR MP, IPG/ESO %.KEYWORDS MIDAS, help files, DELETE/ROW %.PURPOSE On-line help file for the command: DELETE/ROW %.VERSION 1.0 18-Jan-1993 : Creation, MP %---------------------------------------------------------------- \se SECTION./ROW \es\co DELETE/ROW 18-JAN-1993 MP \oc\su DELETE/ROW table row_position number_of_rows delete one or several rows of a table \us\pu Purpose: delete one or several rows of a table \up\sy Syntax: DELETE/ROW table row_sel \ys\pa table = table name \ap\pa row_sel = sequence numbers of the row(s) to be deleted, commas can be used for enumeration, and a double dot for ranges \ap\no Note: Rows may also be deleted in a table using EDIT/TABLE This command is not yet implemented for tables having the RECORD organization \on\exs Examples: \ex DELETE/ROW mytable @1..5,8..14 delete rows 1to 5 and 8 to 14 of the table mytable \xe\sxe \xe\sxe