previous up next
Go backward to `desing/substitute`
Go up to Procedures
Go forward to `desing/transform`

`desing/testintegrity`

Performing a necessary test of integrity of the chart data of a chart-record.

Input:
O a chart-record.
Output:
true if the chart-record passed the test, false otherwise.
Because of the performance hit this procedure generates, it is only to be used for debugging purposes. It writes the results on the standard output. The periodical checking of chart integrity can be turned on by assigning the configuration variable dointegritycheck in the desingcfg table.
previous up next