Tabulation setShowErrorInResult

From Catglobe Wiki
Revision as of 05:50, 27 June 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Using CGScript with the Tabulation Module {{HelpFiles}} = Tabulation_setShowErrorInResult = Show error on result == Syntax == Tabulation_setShowErrorInResult...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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"});