Home Reference Manuals Return Track Group Documentation
Program TRC_NUMBER adds a numbered column to a file, or renumbers the first column of a file.
Input data is read in free format, valid separators between the input values are <space>, <comma>, <tab>, <equal sign> or <carriage return>. The commands can be written both in lower and upper case letters. The operation of the program is controlled by the commands described below; some of the commands also need arguments.
| "create" | → | Program TRC_NUMBER will create a new column in INFIL. |
| "replace" | → | Program TRC_NUMBER will renumber the first column in INFIL. |
Following example: Master.trc_numberf can be used as a master file:
## ## Input data file for program trc_number ## XAXIS = replace XSTART= 0. XINC = 1. INFIL = $gentrc/K0_4a21-n-k.trac UTFIL = K0_4a21-n-k.new_numbers.trac ##