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.

GetShowErrorsInResult: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg van (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[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 04: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