Tabulation getStdError

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



Tabulation_getStdError

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

Syntax

Tabulation_getStdError()

Arguments

None

Return type

boolean

Examples

bool b = Tabulation_getStdError();

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

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

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

Availability

Version 5.5