Tabulation getMergeStatisticPctItem

From Catglobe Wiki
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