Tabulation getStdError
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