When you need to write to a stream file a total amount of data that exceeds 16 MB,
you may decide to use procedure QWrtSectionToStmf.
This procedure allows to write to a stream file as many data strings as you need,
provided that each single string does not exceed 16 MB by itself.
Strings may contain output variables filled in with procedure QUpdHtmlVar.
In this way you may build stream files larger than 16 MB.
This example lets you select the size of a HTML stream file to be generated
and provides the ability to display it from your WEB browser.
Even a stream file larger than 16 MB can be generated on your request and
your WEB browser will need some time to load it.