More actions
Created page with "Tabulation_reset() Category:Diagram/report_generating_CGScript_functions" |
No edit summary |
||
Line 1: | Line 1: | ||
Tabulation_reset() | Tabulation_reset() | ||
====Tabulation_reset==== | |||
More than 1 report were made in single 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 | |||
[[Category:Diagram/report_generating_CGScript_functions]] | [[Category:Diagram/report_generating_CGScript_functions]] |
Revision as of 08:21, 21 July 2011
Tabulation_reset()
Tabulation_reset
More than 1 report were made in single 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