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: Difference between revisions

From Catglobe Wiki
Dennis (talk | contribs)
Cg van (talk | contribs)
Line 1: Line 1:
==== Tabulation_reset  ====
==== Tabulation_reset  ====


More than 1 report were made in single script.  
Allow to create more than 1 report in tabulation script.  


'''Syntax'''  
'''Syntax'''  

Revision as of 03:06, 22 July 2011

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