Difference between revisions of "GetShowErrorsInResult"

From Catglobe Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
[[Category:Result display method functions]]
 
[[Category:Result display method functions]]

+
{{HelpFiles}}
  
 
=====getShowErrorsInResult=====
 
=====getShowErrorsInResult=====
Line 21: Line 21:
  
 
''bool b = getShowErrorsInResult();''
 
''bool b = getShowErrorsInResult();''
 +
 +
''if (b) print("The error message could be shown for table diagrams.");''
 +
 +
''else print("The error message could not be shown for table diagrams.");''
 +
 +
''//Result: The error message could not be shown for table diagrams.''
  
 
'''Availability'''
 
'''Availability'''

Latest revision as of 06:09, 27 December 2011



getShowErrorsInResult

Returns the current error message showing option which defines whether the error message could be shown for table diagrams or not.

Syntax

getShowErrorsInResult()

Arguments

none

Return type

bool

Examples

bool b = getShowErrorsInResult();

if (b) print("The error message could be shown for table diagrams.");

else print("The error message could not be shown for table diagrams.");

//Result: The error message could not be shown for table diagrams.

Availability

Version 5.4