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

GetWeight: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Data_Cache_Functions]]

{{HelpFiles}}


=====getWeight=====
====getWeight====


Gets the name of the data cache column used as weight. Returns empty if there is no weight set.
Gets the weight column name used for data cache.


'''Syntax'''
'''Syntax'''
Line 12: Line 12:
'''Arguments'''
'''Arguments'''


None
none.


'''Return type'''
'''Return type'''
Line 20: Line 20:
'''Examples'''
'''Examples'''


''string weightColumn = getWeight();''
''getWeight(); ''


'''Availability'''
'''Availability'''


Version 5.5
Version 5.4
__NOTOC__
__NOTOC__
<!-- imported from file: 5204.htm-->
<!-- imported from file: 4253.htm-->

Latest revision as of 07:38, 12 December 2011



getWeight

Gets the weight column name used for data cache.

Syntax

getWeight()

Arguments

none.

Return type

string

Examples

getWeight();

Availability

Version 5.4