table (
filename,
key,
s,
fmt1,
fmt2,
fmt3="",
numeric=0,
lastlineignore=2,
)
Returns the table matched by key in string (numeric=0) or numeric
(numeric=1) representation.
For the string representation, the header of the table should be specified
as a list of strings s, the format of the data lines as fmt1, fmt2, fmt3.
(all lines are formatted according to fmt1, except the last line as fmt2 [skipping
the first two numbers] and in some tables the first line as fmt3 (part of the
header is given in the table itself for the redundancy table)). |