previous up next
Go backward to `desing/ccvv`
Go up to Procedures
Go forward to `desing/clean`

`desing/chtohtml`

Writing the data of a chart into a file in HTML format. The name of the file is built up from the ID of the chart and the suffix `.html'. The files are put in the directory specified by the global variable htmlpath.

Input:
 
O
the chart-record to be exported to HTML,
ID
a name, the ID of the chart,
parent
a name, the ID of the parent of the chart,
C
a list of the format of the second sublist of an element of chartTree, the list of children of the chart,
Msg
a name, the message to be written above the links to the children.
Output:
-

previous up next