Tabulation reset

From Catglobe Wiki
Revision as of 05:06, 22 July 2011 by Cg van (talk | contribs) (Tabulation_reset)
Jump to: navigation, search

Tabulation_reset

Allow to create more than 1 report in tabulation script.

Syntax

Tabulation_reset()

Arguments

none

Return type

empty

Examples

createFrequenceDiagram("- - Alder");

...

Tabulation_saveAsReport(...);

Tabulation_reset();

createCrossDiagram({"- - Alder"},{"- - Region"});

...

Tabulation_saveAsReport(...);

Availability

Version 5.8.1