Difference between revisions of "GetShowErrorsInResult"
Cg huyphong (talk | contribs) |
|||
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 05: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