Subroutine Name | Executable Example | Viewable Example |
---|---|---|
W3HTML |
E3HTMLA |
E3HTMLA |
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
or W3HTMLLINEDYNAMIC
.
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.
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.
W3HTML
1 H3HTML (A) DYNAMIC BY VALUE /* i /mH: Output string
W3HTMLDYNAMIC
1 H3DYNAMIC (A) DYNAMIC BY VALUE /* i /mH: Output string
W3HTMLLINE
1 H3HTML (A) DYNAMIC BY VALUE /* i /mH: Output string
W3HTMLLINEDYNAMIC
1 H3DYNAMIC (A) DYNAMIC BY /* i /mH: Output string
W3HTMLARRAY
1 H3ARRAYVALUE (A/1:v) DYNAMIC /* i /mH: Output array 1 H3VALUELENGTH (I4) /* i /m : Length of output array
PERFORM W3HTML H3HTML PERFORM W3HTMLDYNAMIC H3DYNAMIC PERFORM W3HTMLLINE H3HTML PERFORM W3HTMLLINEDYNAMIC H3DYNAMIC PERFORM W3HTMLARRAY H3ARRAYVALUE H3VALUELENGTH