Tabulation getStdError: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import  |
No edit summary  |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{HelpFiles}} | |||
 | |||
=====Tabulation_getStdError===== | ===== Tabulation_getStdError ===== | ||
Returns the current state of the standard error row which can be shown for table diagrams. | Returns the current state of the standard error row which can be shown for table diagrams. Â | ||
'''Syntax''' | '''Syntax''' Â | ||
Tabulation_getStdError() | Tabulation_getStdError() Â | ||
'''Arguments''' | '''Arguments''' Â | ||
''None'' | ''None'' Â | ||
'''Return type''' | '''Return type''' Â | ||
boolean | boolean  | ||
'''Examples''' | '''Examples''' Â | ||
bool b = Tabulation_getStdError() | ''bool b = Tabulation_getStdError();'' | ||
'' | ''if (b) print("Standard error row is enabled and can be shown for table diagrams.");'' | ||
Version 5.5 | ''else print("Standard error row is disabled and cannot be shown for table diagrams.");''' | ||
__NOTOC__ | Â | ||
<!-- imported from file: 6320.htm--> | ''//Result: Standard error row is disabled and cannot be shown for table diagrams.'' | ||
 | |||
'''Availability''' | |||
 | |||
Version 5.5 __NOTOC__ <!-- imported from file: 6320.htm--> Â | |||
 | |||
[[Category:Standard_error_functions]] | |||
Latest revision as of 08:58, 27 December 2011

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