Difference between revisions of "Tabulation reset"
m (moved Tabulation reset() to Tabulation reset) |
(→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 04: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