function readTable input String filename; input String tablename; input Integer nRows; input Integer nCols; output Real[nRows, nCols] table; end readTable;