AxisSet axisExists

From Catglobe Wiki
Revision as of 10:47, 23 December 2011 by Cg van (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



AxisSet_axisExists

Returns true if an axis exists with the name passed as argument to the method and false otherwise.

Syntax

AxisSet_axisExists(name)

Arguments

name: Is a string expression.

Return type

bool

Examples

bool b = AxisSet_axisExists("Age Groups");

if (b) print("Axis \"Age Groups\" exists.");

else print("Axis \"Age Groups\" does not exist.");

//Result: Axis "Age Groups" does not exist.

Availability

Version 5.5