Tabulation getSignificance

From Catglobe Wiki
Revision as of 10:17, 27 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Tabulation_getSignificance

Returns the current state of the significance row which can be shown for table diagrams.

Syntax

Tabulation_getSignificance()

Arguments

None

Return type

bool

Examples

bool b = Tabulation_getSignificance();

if (b) print("Significance row is enabled and can be shown for table diagrams.");

else print("Significance row is disabled and cannot be shown for table diagrams.");

//Result: Significance row is disabled and cannot be shown for table diagrams.

Availability

Version 5.6