Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getMergeStatisticPctItem: Difference between revisions

From Catglobe Wiki
No edit summary
Cg van (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Style setting functions]]
{{HelpFiles}}  
{{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_getMergeStatisticsPctItem()
Tabulation_getMergeStatisticPctItem()  


'''Arguments'''
'''Arguments'''  


none
none  


'''Return type'''
'''Return type'''  


boolean
boolean  


'''Examples'''
'''Examples'''  


''bool b = Tabulation_getMergeStatisticsPctItem();''
''bool b = Tabulation_getMergeStatisticPctItem();''  


'''Availability'''
''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