CustomColumn countOptions

From Catglobe Wiki
Revision as of 11:12, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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