Create an HTML table: Difference between revisions

→‎{{header|Bracmat}}: Replaced xmlio library functionality by built-in toML function
m (→‎{{header|FutureBasic}}: Inserted code indents)
(→‎{{header|Bracmat}}: Replaced xmlio library functionality by built-in toML function)
Line 853:
Generator
Table
. & !arg:(?headTexts.?minRowNr.?maxRowNr.?Generator)
. get$"xmlio.bra" { A library that converts from Bracmat format to XML or HTML }
& !arg:(?headTexts.?minRowNr.?maxRowNr.?Generator)
& ( headCells
= cellText
Line 897 ⟶ 896:
)
: ?Table
& str$((XMLIO.convert)toML$!Table) { Call library function to create { Create HTML }
)
& makeTable
483

edits