Tabulation reset: Difference between revisions
From Catglobe Wiki
More actions
m moved Tabulation reset() to Tabulation reset |
|||
Line 1: | Line 1: | ||
==== Tabulation_resetย ==== | ==== Tabulation_resetย ==== | ||
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