Delila Program: column

column program

Documentation for the column program is below, with links to related programs in the "see also" section.

{   version = 1.06; (* of column.p 2005 Sep 13}

(* begin module describe.column *)
(*
name
   column: pull defined column from input

synopsis
   column(input: in, columnp: in, output: out)

files

   input:  file with several columns of data separated by spaces
      lines that begin with asterisk, '*', are copied to output.
      These are comment lines for genhis and xyplo.

   columnp: parameters:  one line containing one integer:  which column to
      extract

   output: messages to the user

description

   The column program allows one to extract columns from a dataset.
   Lines in input that start with '*' are simply copied to the output.

examples

documentation

see also

   Programs that use the same column conventions:
   xyplo.p
   genhis.p

author

   Thomas Dana Schneider

bugs

technical notes

*)
(* end module describe.column *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}