Tabulation getExcludedSortOrderVertical

From Catglobe Wiki
Revision as of 07:12, 29 May 2017 by Tranvuthaibinh (talk | contribs) (Created page with "=== Tabulation_getExcludedSortOrderVertical === Return an array which contains axis options, that are excluded from the vertical sorting === Syntax === Tabulation_getExclud...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tabulation_getExcludedSortOrderVertical

Return an array which contains axis options, that are excluded from the vertical sorting

Syntax

Tabulation_getExcludedSortOrderVertical();

Return type

array

Examples

DCS_use(15560370);
DCS_rebuild();
Tabulation_setExcludedSortOrderVertical({"Viet Nam","Italy","Korea","Don't know"});
print(Tabulation_getExcludedSortOrderVertical());
//result: {Viet Nam,Italy,Korea,Don't know}