Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getStdError: Difference between revisions

From Catglobe Wiki
No edit summary
Cg van (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Standard error functions]]
{{HelpFiles}}  
{{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();''


'''Availability'''
''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