% @(#)copy_kt.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:25 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT copy_kt.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, COPY/KT %.PURPOSE On-line help file for the command: COPY/KT %.VERSION 1.0 12-OCT-1983 : Creation, JDP %---------------------------------------------------------------- \se SECTION./KT \es\co COPY/KT 12-OCT-1983 JDP \oc\su COPY/KT keyword table [column ...] element copy keyword into table element \us\pu Purpose: Several values from the keyword can be copied into the table row, in position(s) defined by the column(s) and the row number. \up\sy Syntax: COPY/KT keyword table column element \ys\pa keyword = the input keyword \ap\pa table = the output table name \ap\pa column = the column reference \ap\pa element = the element reference \ap\no Note: WARNING: this is a rather slow way of transferring information from a keyword into a table. For copying single elements, it is recommended to use: \\ table,column,row = m$value(keyword) \on\sa See also: WRITE/TABLE, SHOW/TABLE, COPY/TK \as\exs Examples: \ex COPY/KT OUTPUTR/R/1/2 madrid :INPUT1 :INPUT2 @20 Copy the two first values of the keyword OUTPUTR into the columns labeled :INPUT1 and :INPUT2, in row 20 of the table `madrid.tbl'. \xe\ex madrid,:input1,@20 = m$value(outputr(2)) Copy the second value of the keyword OUTPUTR into the table element in the column with label :INPUT1, in row 20 of table `madrid.tbl'. \xe \sxe