Tabulation getMergeStatisticPctItem: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import  |
No edit summary  |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{HelpFiles}} | |||
 | |||
=====Tabulation_getMergeStatisticPctItem===== | ===== Tabulation_getMergeStatisticPctItem ===== | ||
Returns the current state of the merge statistics percentage item setting for tables. Â | Returns the current state of the merge statistics percentage item setting for tables. Â | ||
'''Syntax''' | '''Syntax''' Â | ||
Tabulation_getMergeStatisticPctItem() Â | |||
'''Arguments''' | '''Arguments''' Â | ||
none | none  | ||
'''Return type''' | '''Return type''' Â | ||
boolean | boolean  | ||
'''Examples''' | '''Examples''' Â | ||
''bool b = | ''bool b = Tabulation_getMergeStatisticPctItem();'' Â | ||
'' | ''if (b) print("Statistic pct item was merged.")'' Â | ||
Version 5.8.1 | ''else print("Statistic pct item was not merged.")'' | ||
__NOTOC__ | Â | ||
<!-- imported from file: 8141.htm--> | ''//Result: Statistic pct item was not merged.'' | ||
 | |||
''[[Image:SetMergeStatisticPctItem False.jpg]]'' | |||
 | |||
'''Availability''' | |||
 | |||
Version 5.8.1 __NOTOC__ <!-- imported from file: 8141.htm--> Â | |||
 | |||
[[Category:Style_setting_functions]] | |||
Latest revision as of 10:24, 30 December 2011

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
