Difference between revisions of "Tabulation getStdError"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
{{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 09: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