Tabulation getSignificance

From Catglobe Wiki
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