Initializing help system before first use

setlinelen

setlinelen


Purpose
Set the length of a line.
Synopsis
procedure setlinelen(doc:xmldoc, len:integer)
Arguments
doc 
Document to use
len 
Length of a line in characters (at least 1; default is 70)
Example
Further information
When outputing the document, a line break is inserted between nodes or while displaying a list of element attributes whenever more than the specified number of characters has been written.
Related topics
Module