Tabulation getMergeStatisticPctItem

From Catglobe Wiki
Revision as of 12:24, 30 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Tabulation_getMergeStatisticPctItem

Returns the current state of the merge statistics percentage item setting for tables.

Syntax

Tabulation_getMergeStatisticPctItem()

Arguments

none

Return type

boolean

Examples

bool b = Tabulation_getMergeStatisticPctItem();

if (b) print("Statistic pct item was merged.")

else print("Statistic pct item was not merged.")

//Result: Statistic pct item was not merged.

SetMergeStatisticPctItem False.jpg

Availability

Version 5.8.1