!--a11y-->
Purpose
Writes output to the HTML page without inserting spaces or other separators.
Syntax
write ( <expression> {, <expression>})
Description
The
write function in HTML Business is similar to the write function in JavaScript. Both write field contents and other information to the HTML document.The only difference between
write and simple replacement is that write outputs individual arguments without inserting spaces or other separators between the values.Examples
<p> `write (i, ". ", xlist-matnr)` </p>
<p> `write (j * 2, 123, j > 3)` </p>
