Show TOC

write FunctionLocate this document in the navigation structure

Use

Purpose

Writes output to the HTML page without inserting spaces or other separators.

Syntax

write ( <expression> {, <expression>})
            

Description

The write function in HTMLBusiness 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.

Example
<p> `write (i, ". ", xlist-matnr)` </p>
<p> `write (j * 2, 123, j > 3)` </p>