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