| tabkey | tables | tabkey |
tabkey -- Copy a table element to a header keyword.
tabkey table column row output keyword
This task copies the value of a table element to a header keyword in either a table or an image. If the table element and the header keyword are of different data types, this task will convert the type. An error will occur if any attempt is made to copy an undefined table element to a header keyword. If the value of the task parameter add is "yes", the task will allow you to add a new keyword to the header, otherwise, adding a new keyword will cause an error.
1. Copy the first component name (i.e., row 1 of column COMPNAME from the file graph.tab to the header of the table thruput.tab. If the keyword does not already exist, then add it:
tt> tabkey graph.tab COMPNAME 1 thruput.tab COMPNAME add+
2. Copy the date of the tenth observation (i.e., row 10 of column DATE) from the file schedule.tab to the header keyword DATE in image.hhh. The keyword DATE must already exist:
tt> tabkey schedule.tab DATE 10 image.hhh date
This task was written by Bernie Simon.
keypar, keytab, parkey, partab, tabpar