Tabulation getMergeStatisticPctItem
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.
Availability
Version 5.8.1