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.

CustomColumn countOptions: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Data cache modifying CGScript functions]]
[[Category:Data cache modifying CGScript functions]]
{{HelpFiles}}


====CustomColumn_countOptions====
====CustomColumn_countOptions====

Revision as of 09:46, 12 December 2011




CustomColumn_countOptions

Returns the number of custom column options for the custom column passed as argument to the method.

Syntax

CustomColumn_countOptions(customColumn)

Arguments

customColumn: is an array. This is the custom column array created by CustomColumn_new function.

Return type

Number

Examples

number countOptions = CustomColumn_countOptions(myCustomColumn);

Availability

Version 5.5