Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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