Difference between revisions of "Tabulation reset"

From Catglobe Wiki
Jump to: navigation, search
(Tabulation_reset)
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 05: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