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

Tabulation setShowErrorInResult: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Using CGScript with the Tabulation Module {{HelpFiles}} = Tabulation_setShowErrorInResult = Show error on result == Syntax == Tabulation_setShowErrorInResult..."
(No difference)

Revision as of 03:50, 27 June 2017


Tabulation_setShowErrorInResult

Show error on result

Syntax

Tabulation_setShowErrorInResult(errorShow);

Arguments

errorShow: Boolean, set show error on result or not

Return type

empty

Example

DCS_use(15569074);
Tabulation_setShowErrorInResult(true);
createCrossDiagram({"Q2"},{"Panel_Age"});