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.
Revision as of 08:09, 23 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Axis_countOptions

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

Syntax

Axis_countOptions(axis)

Arguments

axis: Is an axis array created by Axis_new function or get by using AxisSet_getAxis.

Return type

number

Examples

array axis = AxisSet_getAxis("Sex");

number n = Axis_countOptions(axis);

print(n); //Result: 2

Availability

Version 5.5