FHLoadTable
FHLoadTable - load a data file into the internal table
integer error, unit
character*(*) file
subroutine FHLoadTable(error, file, unit)
FHLoadTable[file]
FHLoadTable loads a parameter table from a data file into internal
storage. The first line of the file contains the column names, sepa-
rated by whitespace, all following lines are then the corresponding
data, similarly whitespace-separated.
error (output)
zero if successful, otherwise the line number in LoadTable.F
from which the error message was emitted.
file (input)
the name of the data file.
unit (input)
the Fortran unit from which to read, if file is "-".
FHClearRecord(1), FHReadRecord(1), FHLoopRecord(1), FHTableRecord(1),
FHSetRecord(1), FHRecordIndex(1)
25-Jul-2007 FHLOADTABLE(1)