Subroutine Name | Executable Example | Viewable Example |
---|---|---|
W3HTML |
E3HTMLA |
E3HTMLA |
- Description
Writes a string to the document and converts special characters, such as
"<", ">", "ü", ...
If you want to create a line break after your output, use
W3HTMLLINE
orW3HTMLLINEDYNAMIC
.
If you want to create a line break inside your string, compress ##HTTP-NEWLINE into your string.W3HTML and W3HTMLLINE will delete trailing blanks from the given string.
For better performance use dynamic variables.
- Changes from previous versions
All (A250) BY VALUE variables at the interfaces have been changed to (A) DYNAMIC BY VALUE.
There is no need to recatalog the programs, because the old interface (A250) is compatible with the new one.- Parameters
W3HTML
1 H3HTML (A) DYNAMIC BY VALUE /* i /mH: Output stringW3HTMLDYNAMIC
1 H3DYNAMIC (A) DYNAMIC BY VALUE /* i /mH: Output stringW3HTMLLINE
1 H3HTML (A) DYNAMIC BY VALUE /* i /mH: Output stringW3HTMLLINEDYNAMIC
1 H3DYNAMIC (A) DYNAMIC BY /* i /mH: Output stringW3HTMLARRAY
1 H3ARRAYVALUE (A/1:v) DYNAMIC /* i /mH: Output array 1 H3VALUELENGTH (I4) /* i /m : Length of output array- How To Invoke
PERFORM W3HTML H3HTML PERFORM W3HTMLDYNAMIC H3DYNAMIC PERFORM W3HTMLLINE H3HTML PERFORM W3HTMLLINEDYNAMIC H3DYNAMIC PERFORM W3HTMLARRAY H3ARRAYVALUE H3VALUELENGTH