Ariane logo ARIANE: A Visual Programming Interface

The Item: Select

Definition

A Select is an item used to select one input among several (like the C instruction "switch"). The number of inputs is specified during the creation of the item.

Properties

select

Parameter

The value of the parameter $0 is an integer from the range: [0..number_of_inputs-1]. Notice: the first input is indexed with the value 0.

Result value

The result value is the index of the selected input (ie, the value of the parameter $0).

See also


Go to the reference manual