Returns table markup for tbl(1).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(inout) | :: | format(:,:) |
Table format. |
||
character(len=*), | intent(inout) | :: | data(:,:) |
Table data. |
||
logical, | intent(in), | optional | :: | all_box |
Encloses each item of the table in a box. |
|
logical, | intent(in), | optional | :: | box |
Encloses the table in a box. |
|
logical, | intent(in), | optional | :: | double_box |
Encloses the table in a double box. |
|
logical, | intent(in), | optional | :: | center |
Centers the table (default is left-justified). |
|
logical, | intent(in), | optional | :: | expand |
Makes the table as wide as the current line length. |
|
logical, | intent(in), | optional | :: | no_spaces |
Ignore leading and trailing spaces in data items. |
Output string.